CodePro Code Audit for GPS

This document contains the results of auditing GPS at 9/11/14 6:53 AM, using the audit rule set MyRuleSet.

Violations by Severity

Violation Counts by Severity

Violation SeverityViolation Count
High708
Medium12,934
Low6,179
 
Violation
 
Violation Recommendation Severity Resource Line
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DeviceTripDTO.java 21
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DeviceTripDTO.java 31
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DistParamsDTO.java 22
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DistParamsDTO.java 34
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DistParamsDTO.java 45
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DistParamsDTO.java 55
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High DistParamsDTO.java 65
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High FuelDTO.java 24
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High FuelDTO.java 34
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High FuelDTO.java 48
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High FuelDTO.java 64
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High RFIDInfoHistoryDTO.java 19
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High RFIDInfoHistoryDTO.java 30
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High SpeedParamDTO.java 15
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High SpeedParamDTO.java 22
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High TripByVehicleDTO.java 325
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High TripDistanceDTO.java 28
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High TripDistanceDTO.java 40
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High TripDistanceDTO.java 51
Default constructor invocation found Call to super() is made automatically by compiler, it should thus be removed. High TripDistanceDTO.java 62
 
Violation Recommendation Severity Resource Line
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High AlertSettingsAction.java 183
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High AlertSettingsAction.java 184
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High AlertSettingsAction.java 184
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High AlertSettingsAction.java 185
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High AlertSettingsAction.java 189
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High AlertSettingsAction.java 190
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High AlertSettingsAction.java 190
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High AlertSettingsAction.java 191
Use of a platform specific line separator Use System.getProperty("line.separator") to access the line separator appropriate for the current platform. High fenceNotification.jsp 66
 
Violation Recommendation Severity Resource Line
Use of restricted package: sun.misc.BASE64Encoder Do not use this package. High MLoginGpsDAO.java 37
 
Violation Recommendation Severity Resource Line
White space before property named log4j.rootLogger Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 2
White space before property named log4j.logger.org.hibernate Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 3
White space before property named log4j.appender.debug Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 5
White space before property named log4j.appender.debug.File Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 8
White space before property named log4j.appender.debug.layout Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 9
White space before property named log4j.appender.debug.layout.ConversionPattern Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 10
White space before property named log4j.appender.debug.MaxFileSize Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 11
White space before property named log4j.appender.debug.threshold Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 12
White space before property named log4j.appender.debug.MaxBackupIndex Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 13
White space before property named log4j.appender.console Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 16
White space before property named log4j.appender.console.layout Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 17
White space before property named log4j.appender.console.layout.ConversionPattern Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 18
White space before property named log4j.appender.debug.threshold Place property names at the beginning of the line so that forgotten line continuation characters can be found. High log4j.properties 19
 
Violation Recommendation Severity Resource Line
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceVehicleMapAction.java 196
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeofenceAction.java 142
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High HolidayAction.java 112
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High HolidayAction.java 112
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High HolidayAction.java 240
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High MessageHandler.java 198
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High MessageHandler.java 222
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High RFIDAction.java 128
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High RFIDAction.java 173
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DailyTripRepDAO.java 134
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DeviceProcessDAO.java 122
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DeviceProcessDAO.java 129
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DeviceProcessDAO.java 165
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 22
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 45
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 75
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 105
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 128
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 160
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 214
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 216
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High FenceUsersDAO.java 218
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeofencingDAO.java 58
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeofencingDAO.java 88
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeofencingDAO.java 116
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeofencingDAO.java 144
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeofencingDAO.java 144
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeofencingDAO.java 177
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeofencingDAO.java 177
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeofencingDAO.java 177
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GeofencingDAO.java 209
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High MessagesDAO.java 43
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High ReportProcessDAO.java 38
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High ReportProcessDAO.java 38
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High ReportProcessDAO.java 75
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High ReportProcessDAO.java 92
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High ReportSummaryDAO.java 19
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High ReportSummaryDAO.java 34
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High RfHistoryDAO.java 27
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High RfHistoryDAO.java 50
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High RfHistoryDAO.java 52
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High RfHistoryDAO.java 54
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High RfHistoryDAO.java 56
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High RfHistoryDAO.java 78
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High RfHistoryDAO.java 108
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High RfHistoryDAO.java 132
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High SettingsDAO.java 72
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserNotificationDAO.java 141
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserNotificationDAO.java 141
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserProcessDAO.java 33
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserProcessDAO.java 62
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserProcessDAO.java 91
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserProcessDAO.java 109
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserProcessDAO.java 111
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserProcessDAO.java 113
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserProcessDAO.java 115
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserProcessDAO.java 129
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserTripDAO.java 69
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UserTripDAO.java 69
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleFenceDAO.java 39
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleFenceDAO.java 110
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleFenceDAO.java 136
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleFenceReportDAO.java 20
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleProcessDAO.java 53
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleProcessDAO.java 53
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleProcessDAO.java 86
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleProcessDAO.java 86
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High VehicleProcessDAO.java 104
 
Violation Recommendation Severity Resource Line
Duplicate property name: errors.required.imeinumber Delete the duplicate property. High ApplicationResources_en.properties 56
Duplicate property name: errors.required.mobilenumber Delete the duplicate property. High ApplicationResources_en.properties 57
Duplicate property name: errors.required.firmwareversion Delete the duplicate property. High ApplicationResources_en.properties 58
Duplicate property name: errors.required.registernumber Delete the duplicate property. High ApplicationResources_en.properties 60
Duplicate property name: label.organization Delete the duplicate property. High ApplicationResources_en.properties 77
Duplicate property name: log4j.appender.debug.threshold Delete the duplicate property. High log4j.properties 19
Duplicate property name: errors.required.imeinumber Delete the duplicate property. High ApplicationResources_en.properties 56
Duplicate property name: errors.required.mobilenumber Delete the duplicate property. High ApplicationResources_en.properties 57
Duplicate property name: errors.required.firmwareversion Delete the duplicate property. High ApplicationResources_en.properties 58
Duplicate property name: errors.required.registernumber Delete the duplicate property. High ApplicationResources_en.properties 60
Duplicate property name: label.organization Delete the duplicate property. High ApplicationResources_en.properties 77
 
Violation Recommendation Severity Resource Line
Cross-Site Scripting risk: path too long To minimize the risk of Cross-Site Scripting, printing should be executed as locally as possible. Make the code more secure by reducing the scope to this write statement. High RFIDAction.java 128
Cross-Site Scripting risk: path too long To minimize the risk of Cross-Site Scripting, printing should be executed as locally as possible. Make the code more secure by reducing the scope to this write statement. High RFIDAction.java 173
 
Violation Recommendation Severity Resource Line
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
SQL Injection risk: path too long To minimize the risk of SQL Injection, SQL queries should be created and executed as locally as possible. Make the code more secure by reducing the scope to this SQL query. High DailyTripRepDAO.java 134
 
Violation Recommendation Severity Resource Line
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/action/AlertSettingsAction.java"   High AlertSettingsAction.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/action/CookieLoginAction.java"   High CookieLoginAction.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/action/CookieLoginAction.java"   High CookieLoginAction.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/action/CookieLoginAction.java"   High CookieLoginAction.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/action/DeviceCRUDAction.java"   High DeviceCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/GPS/src/com/gps/action/DeviceCRUDAction.java"   High DeviceCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/action/DeviceCRUDAction.java"   High DeviceCRUDAction.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/action/DeviceCRUDAction.java"   High DeviceCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/action/DeviceCRUDAction.java"   High DeviceCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/GPS/src/com/gps/action/DeviceCRUDAction.java"   High DeviceCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Remove commented-out code" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Follow the standard when declaring local variables" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "De-referencing a possibly null pointer" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Use a space after a comma, but not before" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Check that logging has been enabled before invoking the logging methods" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Use the class MessageFormat to form user messages from pieces" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Closing braces should be documented with a comment" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Local variable or parameter is assigned a value that is never used" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Avoid using Auto-boxing" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "The names of collection-valued variables should be plural" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Declare variables that are only assigned once to be final" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Don't shadow variables in an outer scope" in "/GPS/src/com/gps/action/GenerateMap.java"   High GenerateMap.java 1
Maximum violation count of 50 exceeded for the rule "Remove commented-out code" in "/GPS/src/com/gps/action/GeofenceAction.java"   High GeofenceAction.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/action/GeofenceAction.java"   High GeofenceAction.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/GPS/src/com/gps/action/GeofenceAction.java"   High GeofenceAction.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/action/GeofenceAction.java"   High GeofenceAction.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/GPS/src/com/gps/action/GeofenceAction.java"   High GeofenceAction.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/action/GeofenceAction.java"   High GeofenceAction.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/GPS/src/com/gps/action/GeofenceAction.java"   High GeofenceAction.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/action/HolidayAction.java"   High HolidayAction.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/action/HolidayAction.java"   High HolidayAction.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/action/HolidayAction.java"   High HolidayAction.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/action/LogingpsAction.java"   High LogingpsAction.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/action/LogingpsAction.java"   High LogingpsAction.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/GPS/src/com/gps/action/MessageHandler.java"   High MessageHandler.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/GPS/src/com/gps/action/MessageHandler.java"   High MessageHandler.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/action/MLoginGpsAction.java"   High MLoginGpsAction.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/action/MLoginGpsAction.java"   High MLoginGpsAction.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/action/MLoginGpsAction.java"   High MLoginGpsAction.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/action/MLoginGpsAction.java"   High MLoginGpsAction.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/action/TripCrudAction.java"   High TripCrudAction.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/action/TripCrudAction.java"   High TripCrudAction.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/GPS/src/com/gps/action/TripCrudAction.java"   High TripCrudAction.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/action/TripCrudAction.java"   High TripCrudAction.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/action/TripCrudAction.java"   High TripCrudAction.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/GPS/src/com/gps/action/TripCrudAction.java"   High TripCrudAction.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/action/TripCrudAction.java"   High TripCrudAction.java 1
Maximum violation count of 50 exceeded for the rule "Remove commented-out code" in "/GPS/src/com/gps/action/UserNotificationAction.java"   High UserNotificationAction.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/action/UserNotificationAction.java"   High UserNotificationAction.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/GPS/src/com/gps/action/UserNotificationAction.java"   High UserNotificationAction.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/action/UserNotificationAction.java"   High UserNotificationAction.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/GPS/src/com/gps/action/UserNotificationAction.java"   High UserNotificationAction.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/action/UserNotificationAction.java"   High UserNotificationAction.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/GPS/src/com/gps/action/UserNotificationAction.java"   High UserNotificationAction.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/GPS/src/com/gps/action/UserNotificationAction.java"   High UserNotificationAction.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/action/UserNotificationAction.java"   High UserNotificationAction.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/action/UserNotificationAction.java"   High UserNotificationAction.java 1
Maximum violation count of 50 exceeded for the rule "Declare variables that are only assigned once to be final" in "/GPS/src/com/gps/action/UserNotificationAction.java"   High UserNotificationAction.java 1
Maximum violation count of 50 exceeded for the rule "Remove commented-out code" in "/GPS/src/com/gps/action/UserTripAction.java"   High UserTripAction.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/action/UserTripAction.java"   High UserTripAction.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/action/UserTripAction.java"   High UserTripAction.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/GPS/src/com/gps/action/UserTripAction.java"   High UserTripAction.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/action/UserTripAction.java"   High UserTripAction.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/action/UserTripAction.java"   High UserTripAction.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/GPS/src/com/gps/action/UserTripAction.java"   High UserTripAction.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/action/UserTripAction.java"   High UserTripAction.java 1
Maximum violation count of 50 exceeded for the rule "Remove commented-out code" in "/GPS/src/com/gps/action/VehicleCRUDAction.java"   High VehicleCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/action/VehicleCRUDAction.java"   High VehicleCRUDAction.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/action/VehicleCRUDAction.java"   High VehicleCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/GPS/src/com/gps/action/VehicleCRUDAction.java"   High VehicleCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/action/VehicleCRUDAction.java"   High VehicleCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/GPS/src/com/gps/action/VehicleCRUDAction.java"   High VehicleCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/GPS/src/com/gps/action/VehicleCRUDAction.java"   High VehicleCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/action/VehicleCRUDAction.java"   High VehicleCRUDAction.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/bo/GpsSecurity.java"   High GpsSecurity.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/dao/DailyTripRepDAO.java"   High DailyTripRepDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/dao/DailyTripRepDAO.java"   High DailyTripRepDAO.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/dao/DailyTripRepDAO.java"   High DailyTripRepDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/dao/DailyTripRepDAO.java"   High DailyTripRepDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/dao/DeviceProcessDAO.java"   High DeviceProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/GPS/src/com/gps/dao/DeviceProcessDAO.java"   High DeviceProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/dao/DeviceProcessDAO.java"   High DeviceProcessDAO.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/dao/DeviceProcessDAO.java"   High DeviceProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/dao/DeviceProcessDAO.java"   High DeviceProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/dao/DeviceProcessDAO.java"   High DeviceProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/GPS/src/com/gps/dao/FenceUsersDAO.java"   High FenceUsersDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/dao/FenceUsersDAO.java"   High FenceUsersDAO.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/dao/FenceUsersDAO.java"   High FenceUsersDAO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/GPS/src/com/gps/dao/FenceUsersDAO.java"   High FenceUsersDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/dao/FenceUsersDAO.java"   High FenceUsersDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/GPS/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/GPS/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variable or parameter is assigned a value that is never used" in "/GPS/src/com/gps/dao/GeofencingDAO.java"   High GeofencingDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/dao/HolidayProcessDAO.java"   High HolidayProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/dao/HolidayProcessDAO.java"   High HolidayProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/dao/RfHistoryDAO.java"   High RfHistoryDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/dao/RfHistoryDAO.java"   High RfHistoryDAO.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/dao/RfHistoryDAO.java"   High RfHistoryDAO.java 1
Maximum violation count of 50 exceeded for the rule "Remove commented-out code" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 5000 exceeded for the rule "Use a consistent style for indentation"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a space after a comma, but not before" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variable or parameter is assigned a value that is never used" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "De-referencing a possibly null pointer" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Follow the standard when declaring local variables" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use the class MessageFormat to form user messages from pieces" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Closing braces should be documented with a comment" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Always place constants on the same side in comparisons" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Check that logging has been enabled before invoking the logging methods" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "All nested expressions should be fully parenthesized" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Only use numeric literals to initialize constants" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Avoid using Auto-unboxing" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a space to separate the type in a cast from the expression" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Null pointers should not be dereferenced" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Declare variables that are only assigned once to be final" in "/GPS/src/com/gps/dao/TripProcessDAO.java"   High TripProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/dao/UserNotificationDAO.java"   High UserNotificationDAO.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/dao/UserNotificationDAO.java"   High UserNotificationDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/dao/UserNotificationDAO.java"   High UserNotificationDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/dao/UserNotificationDAO.java"   High UserNotificationDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/dao/UserNotificationDAO.java"   High UserNotificationDAO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/GPS/src/com/gps/dao/UserNotificationDAO.java"   High UserNotificationDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/GPS/src/com/gps/dao/UserNotificationDAO.java"   High UserNotificationDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/dao/UserProcessDAO.java"   High UserProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/GPS/src/com/gps/dao/UserTripDAO.java"   High UserTripDAO.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/dao/UserTripDAO.java"   High UserTripDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/dao/UserTripDAO.java"   High UserTripDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/dao/UserTripDAO.java"   High UserTripDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/dao/UserTripDAO.java"   High UserTripDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/GPS/src/com/gps/dao/UserTripDAO.java"   High UserTripDAO.java 1
Maximum violation count of 50 exceeded for the rule "Field of class might have a null value" in "/GPS/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/GPS/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place literal strings in property files" in "/GPS/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/GPS/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/GPS/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Check that logging has been enabled before invoking the logging methods" in "/GPS/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/GPS/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/dao/VehicleProcessDAO.java"   High VehicleProcessDAO.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/GPS/src/com/gps/dto/DistParamsDTO.java"   High DistParamsDTO.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/GPS/src/com/gps/dto/FuelDTO.java"   High FuelDTO.java 1
Maximum violation count of 5000 exceeded for the rule "Code within blocks should be indented one level more than the block"   High FuelDTO.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/GPS/src/com/gps/dto/FuelDTO.java"   High FuelDTO.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/GPS/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/GPS/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/GPS/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/GPS/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "Getter and setter methods should be declared final" in "/GPS/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/GPS/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 500 exceeded in "/GPS/src/com/gps/dto/TripByVehicleDTO.java"   High TripByVehicleDTO.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/GPS/src/com/gps/dto/TripDistanceDTO.java"   High TripDistanceDTO.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/GPS/src/com/gps/hibernate/Address.java"   High Address.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/GPS/src/com/gps/hibernate/Announcementsentry.java"   High Announcementsentry.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/GPS/src/com/gps/hibernate/Calevent.java"   High Calevent.java 1
Maximum violation count of 50000 exceeded   High CaleventDAO.java 1
 
Violation Recommendation Severity Resource Line
Unparsable resource: "/GPS/WebContent/geofences/geofenceHome.jsp"   High geofenceHome.jsp 1
Unparsable resource: "/GPS/WebContent/geofences/geofenceHome.jsp"   High geofenceHome.jsp 1
Unparsable resource: "/GPS/WebContent/geofences/geofenceHome.jsp"   High geofenceHome.jsp 1
Unparsable resource: "/GPS/WebContent/geofences/geofenceHome.jsp"   High geofenceHome.jsp 1
Unparsable resource: "/GPS/WebContent/images_old/speedReport.jsp"   High speedReport.jsp 1
Unparsable resource: "/GPS/WebContent/images_old/speedReport.jsp"   High speedReport.jsp 1
Unparsable resource: "/GPS/WebContent/images_old/speedReport.jsp"   High speedReport.jsp 1
Unparsable resource: "/GPS/WebContent/images_old/speedReport.jsp"   High speedReport.jsp 1
Unparsable resource: "/GPS/WebContent/images_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/images_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/images_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/images_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/jquery.treeview/demo/trial.jsp"   High trial.jsp 1
Unparsable resource: "/GPS/WebContent/jquery.treeview/demo/trial.jsp"   High trial.jsp 1
Unparsable resource: "/GPS/WebContent/jquery.treeview/demo/trial.jsp"   High trial.jsp 1
Unparsable resource: "/GPS/WebContent/jquery.treeview/demo/trial.jsp"   High trial.jsp 1
Unparsable resource: "/GPS/WebContent/layout/adminlayout.jsp"   High adminlayout.jsp 1
Unparsable resource: "/GPS/WebContent/layout/adminlayout.jsp"   High adminlayout.jsp 1
Unparsable resource: "/GPS/WebContent/layout/adminlayout.jsp"   High adminlayout.jsp 1
Unparsable resource: "/GPS/WebContent/layout/adminlayout.jsp"   High adminlayout.jsp 1
Unparsable resource: "/GPS/WebContent/layout/devicebody.jsp"   High devicebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/devicebody.jsp"   High devicebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/devicebody.jsp"   High devicebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/devicebody.jsp"   High devicebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/fleetbody.jsp"   High fleetbody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/fleetbody.jsp"   High fleetbody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/fleetbody.jsp"   High fleetbody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/fleetbody.jsp"   High fleetbody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/geobody.jsp"   High geobody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/geobody.jsp"   High geobody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/geobody.jsp"   High geobody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/geobody.jsp"   High geobody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header-backup.jsp"   High header-backup.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header-backup.jsp"   High header-backup.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header-backup.jsp"   High header-backup.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header-backup.jsp"   High header-backup.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header-error.jsp"   High header-error.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header-error.jsp"   High header-error.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header-error.jsp"   High header-error.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header-error.jsp"   High header-error.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header.jsp"   High header.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header.jsp"   High header.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header.jsp"   High header.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header.jsp"   High header.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header30-12-12.jsp"   High header30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header30-12-12.jsp"   High header30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header30-12-12.jsp"   High header30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header30-12-12.jsp"   High header30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_07Oct2013.jsp"   High header_07Oct2013.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_07Oct2013.jsp"   High header_07Oct2013.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_07Oct2013.jsp"   High header_07Oct2013.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_07Oct2013.jsp"   High header_07Oct2013.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_12-09-12.jsp"   High header_12-09-12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_12-09-12.jsp"   High header_12-09-12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_12-09-12.jsp"   High header_12-09-12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_12-09-12.jsp"   High header_12-09-12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_26_07_12.jsp"   High header_26_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_26_07_12.jsp"   High header_26_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_26_07_12.jsp"   High header_26_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_26_07_12.jsp"   High header_26_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_28_10bkup.jsp"   High header_28_10bkup.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_28_10bkup.jsp"   High header_28_10bkup.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_28_10bkup.jsp"   High header_28_10bkup.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_28_10bkup.jsp"   High header_28_10bkup.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_bkup_19_07_12.jsp"   High header_bkup_19_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_bkup_19_07_12.jsp"   High header_bkup_19_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_bkup_19_07_12.jsp"   High header_bkup_19_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_bkup_19_07_12.jsp"   High header_bkup_19_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_bkup_20_07_12.jsp"   High header_bkup_20_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_bkup_20_07_12.jsp"   High header_bkup_20_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_bkup_20_07_12.jsp"   High header_bkup_20_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/header_bkup_20_07_12.jsp"   High header_bkup_20_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/layout/vehiclebody.jsp"   High vehiclebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/vehiclebody.jsp"   High vehiclebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/vehiclebody.jsp"   High vehiclebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout/vehiclebody.jsp"   High vehiclebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/adminlayout.jsp"   High adminlayout.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/adminlayout.jsp"   High adminlayout.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/adminlayout.jsp"   High adminlayout.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/adminlayout.jsp"   High adminlayout.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/devicebody.jsp"   High devicebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/devicebody.jsp"   High devicebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/devicebody.jsp"   High devicebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/devicebody.jsp"   High devicebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/fleetbody-old.jsp"   High fleetbody-old.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/fleetbody-old.jsp"   High fleetbody-old.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/fleetbody-old.jsp"   High fleetbody-old.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/fleetbody-old.jsp"   High fleetbody-old.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/fleetbody.jsp"   High fleetbody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/fleetbody.jsp"   High fleetbody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/fleetbody.jsp"   High fleetbody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/fleetbody.jsp"   High fleetbody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/geobody.jsp"   High geobody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/geobody.jsp"   High geobody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/geobody.jsp"   High geobody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/geobody.jsp"   High geobody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/header-old.jsp"   High header-old.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/header-old.jsp"   High header-old.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/header-old.jsp"   High header-old.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/header-old.jsp"   High header-old.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/header.jsp"   High header.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/header.jsp"   High header.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/header.jsp"   High header.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/header.jsp"   High header.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/headerold.jsp"   High headerold.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/headerold.jsp"   High headerold.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/headerold.jsp"   High headerold.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/headerold.jsp"   High headerold.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/vehiclebody.jsp"   High vehiclebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/vehiclebody.jsp"   High vehiclebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/vehiclebody.jsp"   High vehiclebody.jsp 1
Unparsable resource: "/GPS/WebContent/layout_old/vehiclebody.jsp"   High vehiclebody.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMaap.jsp"   High generateMaap.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMaap.jsp"   High generateMaap.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMaap.jsp"   High generateMaap.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMaap.jsp"   High generateMaap.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap.jsp"   High generateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap.jsp"   High generateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap.jsp"   High generateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap.jsp"   High generateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap24_10.jsp"   High generateMap24_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap24_10.jsp"   High generateMap24_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap24_10.jsp"   High generateMap24_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap24_10.jsp"   High generateMap24_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap_30_9.jsp"   High generateMap_30_9.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap_30_9.jsp"   High generateMap_30_9.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap_30_9.jsp"   High generateMap_30_9.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMap_30_9.jsp"   High generateMap_30_9.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMapbackup.jsp"   High generateMapbackup.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMapbackup.jsp"   High generateMapbackup.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMapbackup.jsp"   High generateMapbackup.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMapbackup.jsp"   High generateMapbackup.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMapOld.jsp"   High generateMapOld.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMapOld.jsp"   High generateMapOld.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMapOld.jsp"   High generateMapOld.jsp 1
Unparsable resource: "/GPS/WebContent/map/generateMapOld.jsp"   High generateMapOld.jsp 1
Unparsable resource: "/GPS/WebContent/map/parentFleetTrack.jsp"   High parentFleetTrack.jsp 1
Unparsable resource: "/GPS/WebContent/map/parentFleetTrack.jsp"   High parentFleetTrack.jsp 1
Unparsable resource: "/GPS/WebContent/map/parentFleetTrack.jsp"   High parentFleetTrack.jsp 1
Unparsable resource: "/GPS/WebContent/map/parentFleetTrack.jsp"   High parentFleetTrack.jsp 1
Unparsable resource: "/GPS/WebContent/map/parentFleetTrack24_10.jsp"   High parentFleetTrack24_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/parentFleetTrack24_10.jsp"   High parentFleetTrack24_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/parentFleetTrack24_10.jsp"   High parentFleetTrack24_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/parentFleetTrack24_10.jsp"   High parentFleetTrack24_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet.jsp"   High spotMyFleet.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet.jsp"   High spotMyFleet.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet.jsp"   High spotMyFleet.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet.jsp"   High spotMyFleet.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet23Oct13.jsp"   High spotMyFleet23Oct13.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet23Oct13.jsp"   High spotMyFleet23Oct13.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet23Oct13.jsp"   High spotMyFleet23Oct13.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet23Oct13.jsp"   High spotMyFleet23Oct13.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet30-12-12.jsp"   High spotMyFleet30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet30-12-12.jsp"   High spotMyFleet30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet30-12-12.jsp"   High spotMyFleet30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet30-12-12.jsp"   High spotMyFleet30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_16.jsp"   High spotMyFleet_16.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_16.jsp"   High spotMyFleet_16.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_16.jsp"   High spotMyFleet_16.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_16.jsp"   High spotMyFleet_16.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_18.jsp"   High spotMyFleet_18.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_18.jsp"   High spotMyFleet_18.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_18.jsp"   High spotMyFleet_18.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_18.jsp"   High spotMyFleet_18.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_20_07_12.jsp"   High spotMyFleet_20_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_20_07_12.jsp"   High spotMyFleet_20_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_20_07_12.jsp"   High spotMyFleet_20_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_20_07_12.jsp"   High spotMyFleet_20_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_bkup6July12.jsp"   High spotMyFleet_bkup6July12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_bkup6July12.jsp"   High spotMyFleet_bkup6July12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_bkup6July12.jsp"   High spotMyFleet_bkup6July12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_bkup6July12.jsp"   High spotMyFleet_bkup6July12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_bkup_19_07_12.jsp"   High spotMyFleet_bkup_19_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_bkup_19_07_12.jsp"   High spotMyFleet_bkup_19_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_bkup_19_07_12.jsp"   High spotMyFleet_bkup_19_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/map/spotMyFleet_bkup_19_07_12.jsp"   High spotMyFleet_bkup_19_07_12.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap-24-01-2013.jsp"   High updateMap-24-01-2013.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap-24-01-2013.jsp"   High updateMap-24-01-2013.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap-24-01-2013.jsp"   High updateMap-24-01-2013.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap-24-01-2013.jsp"   High updateMap-24-01-2013.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap-updtd(08).jsp"   High updateMap-updtd(08).jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap-updtd(08).jsp"   High updateMap-updtd(08).jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap-updtd(08).jsp"   High updateMap-updtd(08).jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap-updtd(08).jsp"   High updateMap-updtd(08).jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap1.jsp"   High updateMap1.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap1.jsp"   High updateMap1.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap1.jsp"   High updateMap1.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap1.jsp"   High updateMap1.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap13_10.jsp"   High updateMap13_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap13_10.jsp"   High updateMap13_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap13_10.jsp"   High updateMap13_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap13_10.jsp"   High updateMap13_10.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap30-12-12.jsp"   High updateMap30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap30-12-12.jsp"   High updateMap30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap30-12-12.jsp"   High updateMap30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap30-12-12.jsp"   High updateMap30-12-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap_12-09-12.jsp"   High updateMap_12-09-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap_12-09-12.jsp"   High updateMap_12-09-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap_12-09-12.jsp"   High updateMap_12-09-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap_12-09-12.jsp"   High updateMap_12-09-12.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap_29_09.jsp"   High updateMap_29_09.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap_29_09.jsp"   High updateMap_29_09.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap_29_09.jsp"   High updateMap_29_09.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMap_29_09.jsp"   High updateMap_29_09.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapLoc.jsp"   High updateMapLoc.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapLoc.jsp"   High updateMapLoc.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapLoc.jsp"   High updateMapLoc.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapLoc.jsp"   High updateMapLoc.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapLocal.jsp"   High updateMapLocal.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapLocal.jsp"   High updateMapLocal.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapLocal.jsp"   High updateMapLocal.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapLocal.jsp"   High updateMapLocal.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapold.jsp"   High updateMapold.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapold.jsp"   High updateMapold.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapold.jsp"   High updateMapold.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapold.jsp"   High updateMapold.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapold1.jsp"   High updateMapold1.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapold1.jsp"   High updateMapold1.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapold1.jsp"   High updateMapold1.jsp 1
Unparsable resource: "/GPS/WebContent/map/updateMapold1.jsp"   High updateMapold1.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMaap.jsp"   High generateMaap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMaap.jsp"   High generateMaap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMaap.jsp"   High generateMaap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMaap.jsp"   High generateMaap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMap-orig.jsp"   High generateMap-orig.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMap-orig.jsp"   High generateMap-orig.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMap-orig.jsp"   High generateMap-orig.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMap-orig.jsp"   High generateMap-orig.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMap.jsp"   High generateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMap.jsp"   High generateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMap.jsp"   High generateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMap.jsp"   High generateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMapbackup.jsp"   High generateMapbackup.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMapbackup.jsp"   High generateMapbackup.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMapbackup.jsp"   High generateMapbackup.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMapbackup.jsp"   High generateMapbackup.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMapp.jsp"   High generateMapp.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMapp.jsp"   High generateMapp.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMapp.jsp"   High generateMapp.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/generateMapp.jsp"   High generateMapp.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/parentFleetTrack.jsp"   High parentFleetTrack.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/parentFleetTrack.jsp"   High parentFleetTrack.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/parentFleetTrack.jsp"   High parentFleetTrack.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/parentFleetTrack.jsp"   High parentFleetTrack.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/spotMyFleet.jsp"   High spotMyFleet.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/spotMyFleet.jsp"   High spotMyFleet.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/spotMyFleet.jsp"   High spotMyFleet.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/spotMyFleet.jsp"   High spotMyFleet.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/spotMyFleet1.jsp"   High spotMyFleet1.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/spotMyFleet1.jsp"   High spotMyFleet1.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/spotMyFleet1.jsp"   High spotMyFleet1.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/spotMyFleet1.jsp"   High spotMyFleet1.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap-old.jsp"   High updateMap-old.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap-old.jsp"   High updateMap-old.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap-old.jsp"   High updateMap-old.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap-old.jsp"   High updateMap-old.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap.jsp"   High updateMap.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap1.jsp"   High updateMap1.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap1.jsp"   High updateMap1.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap1.jsp"   High updateMap1.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap1.jsp"   High updateMap1.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap2.jsp"   High updateMap2.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap2.jsp"   High updateMap2.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap2.jsp"   High updateMap2.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMap2.jsp"   High updateMap2.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMapchnged.jsp"   High updateMapchnged.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMapchnged.jsp"   High updateMapchnged.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMapchnged.jsp"   High updateMapchnged.jsp 1
Unparsable resource: "/GPS/WebContent/map_old/updateMapchnged.jsp"   High updateMapchnged.jsp 1
Unparsable resource: "/GPS/WebContent/reports/dailyReports.jsp"   High dailyReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/dailyReports.jsp"   High dailyReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/dailyReports.jsp"   High dailyReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/dailyReports.jsp"   High dailyReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/distanceReport.jsp"   High distanceReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/distanceReport.jsp"   High distanceReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/distanceReport.jsp"   High distanceReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/distanceReport.jsp"   High distanceReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/error.jsp"   High error.jsp 1
Unparsable resource: "/GPS/WebContent/reports/error.jsp"   High error.jsp 1
Unparsable resource: "/GPS/WebContent/reports/error.jsp"   High error.jsp 1
Unparsable resource: "/GPS/WebContent/reports/error.jsp"   High error.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports-old.jsp"   High eventReports-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports-old.jsp"   High eventReports-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports-old.jsp"   High eventReports-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports-old.jsp"   High eventReports-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports.jsp"   High eventReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports.jsp"   High eventReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports.jsp"   High eventReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports.jsp"   High eventReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports_local.jsp"   High eventReports_local.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports_local.jsp"   High eventReports_local.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports_local.jsp"   High eventReports_local.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReports_local.jsp"   High eventReports_local.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReportsLocal.jsp"   High eventReportsLocal.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReportsLocal.jsp"   High eventReportsLocal.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReportsLocal.jsp"   High eventReportsLocal.jsp 1
Unparsable resource: "/GPS/WebContent/reports/eventReportsLocal.jsp"   High eventReportsLocal.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fenceReport.jsp"   High fenceReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fenceReport.jsp"   High fenceReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fenceReport.jsp"   High fenceReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fenceReport.jsp"   High fenceReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fuelReports-old.jsp"   High fuelReports-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fuelReports-old.jsp"   High fuelReports-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fuelReports-old.jsp"   High fuelReports-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fuelReports-old.jsp"   High fuelReports-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fuelReports.jsp"   High fuelReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fuelReports.jsp"   High fuelReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fuelReports.jsp"   High fuelReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/fuelReports.jsp"   High fuelReports.jsp 1
Unparsable resource: "/GPS/WebContent/reports/reportsHome.jsp"   High reportsHome.jsp 1
Unparsable resource: "/GPS/WebContent/reports/reportsHome.jsp"   High reportsHome.jsp 1
Unparsable resource: "/GPS/WebContent/reports/reportsHome.jsp"   High reportsHome.jsp 1
Unparsable resource: "/GPS/WebContent/reports/reportsHome.jsp"   High reportsHome.jsp 1
Unparsable resource: "/GPS/WebContent/reports/reportViewer.jsp"   High reportViewer.jsp 1
Unparsable resource: "/GPS/WebContent/reports/reportViewer.jsp"   High reportViewer.jsp 1
Unparsable resource: "/GPS/WebContent/reports/reportViewer.jsp"   High reportViewer.jsp 1
Unparsable resource: "/GPS/WebContent/reports/reportViewer.jsp"   High reportViewer.jsp 1
Unparsable resource: "/GPS/WebContent/reports/speedReport-old.jsp"   High speedReport-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/speedReport-old.jsp"   High speedReport-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/speedReport-old.jsp"   High speedReport-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/speedReport-old.jsp"   High speedReport-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/speedReport.jsp"   High speedReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/speedReport.jsp"   High speedReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/speedReport.jsp"   High speedReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/speedReport.jsp"   High speedReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/stopReport-old.jsp"   High stopReport-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/stopReport-old.jsp"   High stopReport-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/stopReport-old.jsp"   High stopReport-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/stopReport-old.jsp"   High stopReport-old.jsp 1
Unparsable resource: "/GPS/WebContent/reports/stopReport.jsp"   High stopReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/stopReport.jsp"   High stopReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/stopReport.jsp"   High stopReport.jsp 1
Unparsable resource: "/GPS/WebContent/reports/stopReport.jsp"   High stopReport.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidHome.jsp"   High rfidHome.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidHome.jsp"   High rfidHome.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidHome.jsp"   High rfidHome.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidHome.jsp"   High rfidHome.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidreports.jsp"   High rfidreports.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidreports.jsp"   High rfidreports.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidreports.jsp"   High rfidreports.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidreports.jsp"   High rfidreports.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidsearch.jsp"   High rfidsearch.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidsearch.jsp"   High rfidsearch.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidsearch.jsp"   High rfidsearch.jsp 1
Unparsable resource: "/GPS/WebContent/rfid/rfidsearch.jsp"   High rfidsearch.jsp 1
Unparsable resource: "/GPS/WebContent/settings/settingsHome.jsp"   High settingsHome.jsp 1
Unparsable resource: "/GPS/WebContent/settings/settingsHome.jsp"   High settingsHome.jsp 1
Unparsable resource: "/GPS/WebContent/settings/settingsHome.jsp"   High settingsHome.jsp 1
Unparsable resource: "/GPS/WebContent/settings/settingsHome.jsp"   High settingsHome.jsp 1
Unparsable resource: "/GPS/WebContent/trip/fencePopupRTO.jsp"   High fencePopupRTO.jsp 1
Unparsable resource: "/GPS/WebContent/trip/fencePopupRTO.jsp"   High fencePopupRTO.jsp 1
Unparsable resource: "/GPS/WebContent/trip/fencePopupRTO.jsp"   High fencePopupRTO.jsp 1
Unparsable resource: "/GPS/WebContent/trip/fencePopupRTO.jsp"   High fencePopupRTO.jsp 1
Unparsable resource: "/GPS/WebContent/trip/tripbody.jsp"   High tripbody.jsp 1
Unparsable resource: "/GPS/WebContent/trip/tripbody.jsp"   High tripbody.jsp 1
Unparsable resource: "/GPS/WebContent/trip/tripbody.jsp"   High tripbody.jsp 1
Unparsable resource: "/GPS/WebContent/trip/tripbody.jsp"   High tripbody.jsp 1
Unparsable resource: "/GPS/WebContent/user-trip/userbody.jsp"   High userbody.jsp 1
Unparsable resource: "/GPS/WebContent/user-trip/userbody.jsp"   High userbody.jsp 1
Unparsable resource: "/GPS/WebContent/user-trip/userbody.jsp"   High userbody.jsp 1
Unparsable resource: "/GPS/WebContent/user-trip/userbody.jsp"   High userbody.jsp 1
Unparsable resource: "/GPS/WebContent/vehicle/vehicleReports.jsp"   High vehicleReports.jsp 1
Unparsable resource: "/GPS/WebContent/vehicle/vehicleReports.jsp"   High vehicleReports.jsp 1
Unparsable resource: "/GPS/WebContent/vehicle/vehicleReports.jsp"   High vehicleReports.jsp 1
Unparsable resource: "/GPS/WebContent/vehicle/vehicleReports.jsp"   High vehicleReports.jsp 1
 
Violation Recommendation Severity Resource Line
Persistent field trips use implementation instead of interface Use interface instead of implementation for this field. High AutoCompleteAction.java 30
Persistent field sessionProps use implementation instead of interface Use interface instead of implementation for this field. High RFIDAction.java 36
 
Violation Recommendation Severity Resource Line
Short name found: u Rename. High MLoginGpsDAO.java 81
 
Violation
 
Violation Recommendation Severity Resource Line
Main method declared Delete the method. Medium MessageHandler.java 457
Main method declared Delete the method. Medium RFIDAction.java 276
Main method declared Delete the method. Medium HolidayProcessDAO.java 137
Main method declared Delete the method. Medium ReportProcessDAO.java 112
Main method declared Delete the method. Medium RfHistoryDAO.java 144
Main method declared Delete the method. Medium SettingsDAO.java 87
Main method declared Delete the method. Medium UserProcessDAO.java 144
 
Violation Recommendation Severity Resource Line
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertSettingsAction.java 227
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertSettingsAction.java 233
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertSettingsAction.java 250
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertSettingsAction.java 262
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertSettingsAction.java 276
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertSettingsAction.java 290
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertSettingsAction.java 304
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertSettingsAction.java 318
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoCompleteAction.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoCompleteAction.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoCompleteAction.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoCompleteAction.java 167
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoCompleteAction.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium BaseAction.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium BaseAction.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium BaseAction.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium BaseAction.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium BaseAction.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 256
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 276
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 277
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 278
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 279
Variable has null value Use a null constant or initialize variable with an actual value. Medium CookieLoginAction.java 280
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceCRUDAction.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceCRUDAction.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceCRUDAction.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceCRUDAction.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceCRUDAction.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceCRUDAction.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceVehicleMapAction.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceVehicleMapAction.java 223
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceVehicleMapAction.java 229
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceVehicleMapAction.java 244
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceVehicleMapAction.java 258
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceVehicleMapAction.java 272
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceVehicleMapAction.java 286
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceVehicleMapAction.java 300
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceVehicleMapAction.java 314
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 268
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 275
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 289
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 296
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 302
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 308
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 314
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayAction.java 320
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogingpsAction.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogingpsAction.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogingpsAction.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogingpsAction.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogingpsAction.java 199
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogingpsAction.java 211
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogingpsAction.java 218
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogoutAction.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessageHandler.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessageHandler.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessageHandler.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessageHandler.java 442
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessageHandler.java 448
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessageHandler.java 491
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessageHandler.java 505
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 156
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 156
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 179
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsAction.java 179
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDAction.java 191
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDAction.java 193
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDAction.java 263
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDAction.java 269
Variable has null value Use a null constant or initialize variable with an actual value. Medium TemplateManager.java 234
Variable has null value Use a null constant or initialize variable with an actual value. Medium TemplateManager.java 240
Variable has null value Use a null constant or initialize variable with an actual value. Medium TemplateManager.java 257
Variable has null value Use a null constant or initialize variable with an actual value. Medium TemplateManager.java 268
Variable has null value Use a null constant or initialize variable with an actual value. Medium TemplateManager.java 271
Variable has null value Use a null constant or initialize variable with an actual value. Medium TemplateManager.java 271
Variable has null value Use a null constant or initialize variable with an actual value. Medium TemplateManager.java 271
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsSecurity.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium DailyTripRepDAO.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceProcessDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceProcessDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceProcessDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceProcessDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceProcessDAO.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 169
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 171
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 176
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 183
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 187
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 188
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 212
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 214
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 214
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 216
Variable has null value Use a null constant or initialize variable with an actual value. Medium FenceUsersDAO.java 218
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 201
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofencingDAO.java 210
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayProcessDAO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayProcessDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium HolidayProcessDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginGpsDAO.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginGpsDAO.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginGpsDAO.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginGpsDAO.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginGpsDAO.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginGpsDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginGpsDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoginGpsDAO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessagesDAO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessagesDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessagesDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessagesDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessagesDAO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessagesDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessagesDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium MessagesDAO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsDAO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsDAO.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium MLoginGpsDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportProcessDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportSummaryDAO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium RfHistoryDAO.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium RoleProcessDAO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium RoleProcessDAO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium SettingsDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserNotificationDAO.java 169
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserProcessDAO.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserTripDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserTripDAO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium UserTripDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceDAO.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceDAO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceDAO.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceReportDAO.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceReportDAO.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleFenceReportDAO.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 209
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 219
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 228
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 236
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 244
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 247
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 250
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 253
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 253
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 257
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 260
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 260
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 274
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 275
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 276
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 283
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 287
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 289
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleProcessDAO.java 289
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium DeviceTripDTO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium DistParamsDTO.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 10
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 11
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 12
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium FrequentTripDTO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelDTO.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelFilter.java 17
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelFilter.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelFilter.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelFilter.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelFilter.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelFilter.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelFilter.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelFilter.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelFilter.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium FuelFilter.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 13
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 14
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 15
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium Packet.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium RFIDInfoHistoryDTO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 16
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 17
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium SpeedParamDTO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripByVehicleDTO.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 171
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDistanceDTO.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParamDTO.java 15
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParamDTO.java 16
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParamDTO.java 17
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParamDTO.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParamDTO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParamDTO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParamDTO.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParamDTO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium GenerateMapForm.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium GenerateMapForm.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium GenerateMapForm.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium GenerateMapForm.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium GenerateMapForm.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium GenerateMapForm.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium GenerateMapForm.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium GenerateMapForm.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium GenerateMapForm.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceForm.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceForm.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceForm.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceForm.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceForm.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceForm.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceForm.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceForm.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceForm.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium GeofenceForm.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium GLatLng.java 9
Variable has null value Use a null constant or initialize variable with an actual value. Medium GLatLng.java 10
Variable has null value Use a null constant or initialize variable with an actual value. Medium GLatLng.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium GLatLng.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogingpsForm.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogingpsForm.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogingpsForm.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 178
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium Account.java 194
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 171
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 183
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountDAO.java 194
Variable has null value Use a null constant or initialize variable with an actual value. Medium Accounts.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium Accounts.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccountsId.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 190
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 198
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 206
Variable has null value Use a null constant or initialize variable with an actual value. Medium Address.java 214
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 181
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 193
Variable has null value Use a null constant or initialize variable with an actual value. Medium AddressDAO.java 204
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsdelivery.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsdeliveryDAO.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 156
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 172
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 188
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 196
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsentry.java 204
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsentryDAO.java 191
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Announcementsflag.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium AnnouncementsflagDAO.java 146
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupport.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupport.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium AutoPkSupportId.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 167
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsentry.java 183
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 135
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 174
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsentryDAO.java 185
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium Blogsstatsuser.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium BlogsstatsuserDAO.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksentry.java 163
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 40
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 110
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 114
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 169
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksentryDAO.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium Bookmarksfolder.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium BookmarksfolderDAO.java 165
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium Browsertracker.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 54
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium BrowsertrackerDAO.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 176
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 184
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 192
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 200
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 208
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 216
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 224
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 232
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 240
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 248
Variable has null value Use a null constant or initialize variable with an actual value. Medium Calevent.java 256
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium CaleventDAO.java 137
 
Violation Recommendation Severity Resource Line
Accessing static member through subtype Replace the current subtype with the declaring type Medium AutoCompleteAction.java 69
Accessing static member through subtype Replace the current subtype with the declaring type Medium AutoCompleteAction.java 74
Accessing static member through subtype Replace the current subtype with the declaring type Medium AutoCompleteAction.java 93
Accessing static member through subtype Replace the current subtype with the declaring type Medium AutoCompleteAction.java 96
Accessing static member through subtype Replace the current subtype with the declaring type Medium AutoCompleteAction.java 111
Accessing static member through subtype Replace the current subtype with the declaring type Medium AutoCompleteAction.java 115
Accessing static member through an instance Access the member through the declaring type Medium AutoCompleteAction.java 153
Accessing static member through an instance Access the member through the declaring type Medium AutoCompleteAction.java 167
Accessing static member through an instance Access the member through the declaring type Medium AutoCompleteAction.java 181
 
Violation Recommendation Severity Resource Line
Field device.aliasName revalidated Select the proper validation and declare it once. Medium DeviceCRUDAction-validation.xml 17
Field device.imeiNumber revalidated Select the proper validation and declare it once. Medium DeviceCRUDAction-validation.xml 35
Field device.mobileNumber revalidated Select the proper validation and declare it once. Medium DeviceCRUDAction-validation.xml 56
Field device.firmwareVersion revalidated Select the proper validation and declare it once. Medium DeviceCRUDAction-validation.xml 67
Field trip.noConfirmedTravellers revalidated Select the proper validation and declare it once. Medium TripCrudAction-validation.xml 18
Field trip.noConfirmedTravellers revalidated Select the proper validation and declare it once. Medium TripCrudAction1-validation.xml 18
Field trip.monDuration revalidated Select the proper validation and declare it once. Medium TripCrudAction1-validation.xml 67
Field trip.evenDuration revalidated Select the proper validation and declare it once. Medium TripCrudAction1-validation.xml 83
Field vehicle.regNo revalidated Select the proper validation and declare it once. Medium VehicleCRUDAction-validation.xml 16
Field vehicle.vehicleName revalidated Select the proper validation and declare it once. Medium VehicleCRUDAction-validation.xml 30
Field vehicle.totalSeats revalidated Select the proper validation and declare it once. Medium VehicleCRUDAction-validation.xml 45
Field device.aliasName revalidated Select the proper validation and declare it once. Medium DeviceCRUDAction-validation.xml 17
Field device.imeiNumber revalidated Select the proper validation and declare it once. Medium DeviceCRUDAction-validation.xml 35
Field device.mobileNumber revalidated Select the proper validation and declare it once. Medium DeviceCRUDAction-validation.xml 56
Field device.firmwareVersion revalidated Select the proper validation and declare it once. Medium DeviceCRUDAction-validation.xml 67
Field trip.noConfirmedTravellers revalidated Select the proper validation and declare it once. Medium TripCrudAction-validation.xml 18
Field trip.noConfirmedTravellers revalidated Select the proper validation and declare it once. Medium TripCrudAction1-validation.xml 18
Field trip.monDuration revalidated Select the proper validation and declare it once. Medium TripCrudAction1-validation.xml 67
Field trip.evenDuration revalidated Select the proper validation and declare it once. Medium TripCrudAction1-validation.xml 83
Field vehicle.regNo revalidated Select the proper validation and declare it once. Medium VehicleCRUDAction-validation.xml 16
Field vehicle.vehicleName revalidated Select the proper validation and declare it once. Medium VehicleCRUDAction-validation.xml 30
Field vehicle.totalSeats revalidated Select the proper validation and declare it once. Medium VehicleCRUDAction-validation.xml 45
 
Violation Recommendation Severity Resource Line
DeviceCRUDAction revalidated Remove all of the validation files for this action except for the proper one. Medium DeviceCRUDAction-validation.xml 1
MLoginGpsAction revalidated Remove all of the validation files for this action except for the proper one. Medium MLoginGpsAction-validation.xml 1
TripCrudAction revalidated Remove all of the validation files for this action except for the proper one. Medium TripCrudAction-validation.xml 1
TripCrudAction1 revalidated Remove all of the validation files for this action except for the proper one. Medium TripCrudAction1-validation.xml 1
VehicleCRUDAction revalidated Remove all of the validation files for this action except for the proper one. Medium VehicleCRUDAction-validation.xml 1
DeviceCRUDAction revalidated Remove all of the validation files for this action except for the proper one. Medium DeviceCRUDAction-validation.xml 1
MLoginGpsAction revalidated Remove all of the validation files for this action except for the proper one. Medium MLoginGpsAction-validation.xml 1
TripCrudAction revalidated Remove all of the validation files for this action except for the proper one. Medium TripCrudAction-validation.xml 1
TripCrudAction1 revalidated Remove all of the validation files for this action except for the proper one. Medium TripCrudAction1-validation.xml 1
VehicleCRUDAction revalidated Remove all of the validation files for this action except for the proper one. Medium VehicleCRUDAction-validation.xml 1
 
Violation Recommendation Severity Resource Line
Unvalidated field response Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field message Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field tx Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field session Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field request Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field istat Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field device Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field deviceList Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field sess Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field message1 Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field user Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field deviceId Add a <code>&lt;field-validation&gt;</code> for this field. Medium DeviceCRUDAction-validation.xml 8
Unvalidated field remember Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field vehicleDetails Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field tripDetails_date Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field emailAddress Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field session1 Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field vehicleGroupList Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field colurList Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field vedetails Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field vehList Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field password Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field orgVehicleList Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field cookie Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field response Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field tpv Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field request Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field value Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field tripDetails Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field user Add a <code>&lt;field-validation&gt;</code> for this field. Medium MLoginGpsAction-validation.xml 8
Unvalidated field tripDAO Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field select1 Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field select Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field vpdao Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field fences Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field type Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field tripid Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field message1 Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field message Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field response Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field vehicleid Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field stops Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field tpdao Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field session Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field request Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field pick Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field vehicles Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field trip Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field fenceList Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field user Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field tripList Add a <code>&lt;field-validation&gt;</code> for this field. Medium TripCrudAction-validation.xml 8
Unvalidated field select1 Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field vehicleId Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field vehicleGroup Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field vehicle Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field vehicleGroupList Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field type Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field message1 Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field message2 Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field deviceid Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field message Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field response Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field tx Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field session Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field request Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field device Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field deviceList Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field vehicles Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field sess Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
Unvalidated field user Add a <code>&lt;field-validation&gt;</code> for this field. Medium VehicleCRUDAction-validation.xml 8
 
Violation Recommendation Severity Resource Line
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertSettingsAction.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertSettingsAction.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertSettingsAction.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertSettingsAction.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertSettingsAction.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertSettingsAction.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertSettingsAction.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertSettingsAction.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertSettingsAction.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertSettingsAction.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoCompleteAction.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoCompleteAction.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoCompleteAction.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoCompleteAction.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoCompleteAction.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoCompleteAction.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoCompleteAction.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoCompleteAction.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BaseAction.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BaseAction.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BaseAction.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BaseAction.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BaseAction.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 69
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 70
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 86
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 87
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 88
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 89
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 90
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 91
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 92
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 93
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CookieLoginAction.java 94
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 54
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 64
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 65
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 66
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 67
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceCRUDAction.java 68
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceVehicleMapAction.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 58
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 59
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 60
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 61
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 62
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 63
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 64
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 65
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 66
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 67
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 68
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 69
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 70
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 71
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 75
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 76
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 77
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 79
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 80
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 81
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 82
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 83
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 84
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 85
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 86
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 87
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 88
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceAction.java 89
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HeaderForwardAction.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HeaderForwardAction.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayAction.java 52
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LogingpsAction.java 54
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LogingpsAction.java 55
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LogingpsAction.java 56
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LogingpsAction.java 57
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LogingpsAction.java 58
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LogingpsAction.java 62
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LogingpsAction.java 67
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LogingpsAction.java 68
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LogingpsAction.java 69
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LogingpsAction.java 70
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LogingpsAction.java 71
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LogoutAction.java 32
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LogoutAction.java 33
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LogoutAction.java 34
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LogoutAction.java 35
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium LogoutAction.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LogoutAction.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MessageHandler.java 60
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MessageHandler.java 62
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MessageHandler.java 63
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MessageHandler.java 64
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MessageHandler.java 65
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MessageHandler.java 66
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MessageHandler.java 67
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MessageHandler.java 70
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MessageHandler.java 83
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MessageHandler.java 94
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 68
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 77
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 86
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 87
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 88
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 89
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 90
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 91
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 92
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 93
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsAction.java 94
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDAction.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TemplateManager.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TemplateManager.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TemplateManager.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TemplateManager.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TemplateManager.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UserNotificationAction.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UserNotificationAction.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UserNotificationAction.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UserNotificationAction.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Commons.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceBO.java 4
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceBO.java 5
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium GpsSecurity.java 30
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium GpsSecurity.java 31
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium GpsSecurity.java 32
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium GpsSecurity.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GpsSecurity.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DailyTripRepDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DailyTripRepDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceProcessDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceProcessDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceProcessDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceProcessDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceProcessDAO.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceProcessDAO.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceProcessDAO.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceProcessDAO.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceProcessDAO.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FenceUsersDAO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofencingDAO.java 41
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium HolidayProcessDAO.java 32
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium HolidayProcessDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayProcessDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayProcessDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium HolidayProcessDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LoginGpsDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MessagesDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsDAO.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsDAO.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MLoginGpsDAO.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ReportProcessDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ReportProcessDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ReportSummaryDAO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RfHistoryDAO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium SettingsDAO.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UserNotificationDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UserTripDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UserTripDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleFenceDAO.java 20
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium VehicleProcessDAO.java 38
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium VehicleProcessDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleProcessDAO.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleProcessDAO.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleProcessDAO.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DeviceTripDTO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DistParamsDTO.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDTO.java 5
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDTO.java 6
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FrequentTripDTO.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelDTO.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelDTO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelDTO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelDTO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelFilter.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelFilter.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelFilter.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelFilter.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FuelFilter.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Packet.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Packet.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Packet.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RFIDInfoHistoryDTO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium SpeedParamDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium SpeedParamDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium SpeedParamDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium SpeedParamDTO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium SpeedParamDTO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripByVehicleDTO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDistanceDTO.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParamDTO.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParamDTO.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParamDTO.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParamDTO.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapForm.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapForm.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapForm.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapForm.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapForm.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapForm.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapForm.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapForm.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapForm.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceForm.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceForm.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceForm.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceForm.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceForm.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceForm.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceForm.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceForm.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceForm.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GeofenceForm.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GLatLng.java 5
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GLatLng.java 6
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LogingpsForm.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Account.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Accounts.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountsDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountsId.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccountsId.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Address.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AddressDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsdelivery.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsdeliveryDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsentry.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsentryDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsflag.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsflag.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsflag.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsflag.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Announcementsflag.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsflagDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsflagDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsflagDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AnnouncementsflagDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoPkSupport.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoPkSupportDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoPkSupportId.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AutoPkSupportId.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsentry.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsentryDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Blogsstatsuser.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BlogsstatsuserDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksentry.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksentryDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Bookmarksfolder.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BookmarksfolderDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Browsertracker.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Browsertracker.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Browsertracker.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BrowsertrackerDAO.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BrowsertrackerDAO.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium BrowsertrackerDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Calevent.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CaleventDAO.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapTester.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapTester.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapTester.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapTester.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GenerateMapTester.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TestDailyTripRepDAO.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TestDailyTripReport.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TestFuelReport.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TestFuelReport.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TestTripProcessDAO.java 24
 
Violation Recommendation Severity Resource Line
Missing Javadoc comment for method "toSettingsHome" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertSettingsAction.java 41
Missing Javadoc comment for method "toSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertSettingsAction.java 46
Missing Javadoc comment for method "getVehicleDataIfPresent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertSettingsAction.java 87
Missing Javadoc comment for method "sendSettingRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertSettingsAction.java 118
Missing Javadoc comment for method "setServletRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertSettingsAction.java 223
Missing Javadoc comment for method "setServletResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertSettingsAction.java 229
Missing Javadoc comment for method "setSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertSettingsAction.java 235
Missing Javadoc comment for method "autoComplete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoCompleteAction.java 36
Missing Javadoc comment for method "autoCompleteStud" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoCompleteAction.java 79
Missing Javadoc comment for method "autoCompleteGrade" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoCompleteAction.java 99
Missing Javadoc comment for method "setServletRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoCompleteAction.java 120
Missing Javadoc comment for method "setServletResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoCompleteAction.java 126
Missing Javadoc comment for method "setSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoCompleteAction.java 132
Missing Javadoc comment for method "getTotalCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseAction.java 18
Missing Javadoc comment for method "setTotalCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseAction.java 24
Missing Javadoc comment for method "getCurrentCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseAction.java 29
Missing Javadoc comment for method "setCurrentCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseAction.java 33
Missing Javadoc comment for method "getFirst" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseAction.java 37
Missing Javadoc comment for method "setFirst" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseAction.java 41
Missing Javadoc comment for method "getLast" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseAction.java 45
Missing Javadoc comment for method "setLast" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseAction.java 49
Missing Javadoc comment for method "getCurrentTheme" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseAction.java 54
Missing Javadoc comment for method "setCurrentTheme" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseAction.java 58
Missing Javadoc comment for method "getUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 54
Missing Javadoc comment for method "setUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 58
Missing Javadoc comment for method "setCookie" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 61
Missing Javadoc comment for method "getCookie" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 65
Missing Javadoc comment for method "getEmailAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 71
Missing Javadoc comment for method "setEmailAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 75
Missing Javadoc comment for method "setCookiech" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 78
Missing Javadoc comment for method "getCookiech" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 82
Missing Javadoc comment for method "getOrgVehicleList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 95
Missing Javadoc comment for method "setOrgVehicleList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 98
Missing Javadoc comment for method "getVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 103
Missing Javadoc comment for method "setVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 106
Missing Javadoc comment for method "getVedetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 110
Missing Javadoc comment for method "setVedetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 114
Missing Javadoc comment for method "getVehList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 117
Missing Javadoc comment for method "setVehList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 120
Missing Javadoc comment for method "getColurList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 123
Missing Javadoc comment for method "setColurList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 126
Missing Javadoc comment for method "getTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 129
Missing Javadoc comment for method "setTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 132
Missing Javadoc comment for method "getTripDetails_date" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 135
Missing Javadoc comment for method "setTripDetails_date" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 138
Missing Javadoc comment for method "execute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CookieLoginAction.java 141
Missing Javadoc comment for method "getIstat" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 55
Missing Javadoc comment for method "setIstat" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 59
Missing Javadoc comment for method "getMessage1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 69
Missing Javadoc comment for method "setMessage1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 73
Missing Javadoc comment for method "getMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 77
Missing Javadoc comment for method "setMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 81
Missing Javadoc comment for method "getDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 85
Missing Javadoc comment for method "getDeviceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 89
Missing Javadoc comment for method "setDeviceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 93
Missing Javadoc comment for method "setDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 98
Missing Javadoc comment for method "setDeviceList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 102
Missing Javadoc comment for method "getDeviceList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 106
Missing Javadoc comment for method "forwardDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 110
Missing Javadoc comment for method "toDeviceAdd" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 129
Missing Javadoc comment for method "toDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 138
Missing Javadoc comment for method "prepare" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 192
Missing Javadoc comment for method "getDevice1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 200
Missing Javadoc comment for method "addDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 227
Missing Javadoc comment for method "searchDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceCRUDAction.java 293
Missing Javadoc comment for method "getVehicleCheck" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceVehicleMapAction.java 40
Missing Javadoc comment for method "setVehicleCheck" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceVehicleMapAction.java 45
Missing @return tag for getVehicles Run the Javadoc Repair tool on this method to add the missing @return tag. Medium FenceVehicleMapAction.java 53
Missing @return tag for getCheckedVehicles Run the Javadoc Repair tool on this method to add the missing @return tag. Medium FenceVehicleMapAction.java 89
Missing @return tag for updateVehicleMap Run the Javadoc Repair tool on this method to add the missing @return tag. Medium FenceVehicleMapAction.java 120
Missing Javadoc comment for method "setServletRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceVehicleMapAction.java 220
Missing Javadoc comment for method "setServletResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceVehicleMapAction.java 226
Missing @return tag for toVehicleGeofence Run the Javadoc Repair tool on this method to add the missing @return tag. Medium GeofenceAction.java 93
Missing @return tag for toAddGeofence Run the Javadoc Repair tool on this method to add the missing @return tag. Medium GeofenceAction.java 113
Extra @param tag for mapping in forwardFleet Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium HeaderForwardAction.java 33
Extra @param tag for form in forwardFleet Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium HeaderForwardAction.java 34
Extra @param tag for request in forwardFleet Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium HeaderForwardAction.java 35
Extra @param tag for response in forwardFleet Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium HeaderForwardAction.java 36
Empty @return tag in forwardFleet Run the Javadoc Repair tool on this method to correct the @return tag. Medium HeaderForwardAction.java 37
Unknown tag in Javadoc comment for method: Run the Javadoc Repair tool on this method to remove the unknown tag. Medium HeaderForwardAction.java 38
Extra @param tag for mapping in forwardGeo Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium HeaderForwardAction.java 59
Extra @param tag for form in forwardGeo Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium HeaderForwardAction.java 60
Extra @param tag for request in forwardGeo Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium HeaderForwardAction.java 61
Extra @param tag for response in forwardGeo Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium HeaderForwardAction.java 62
Empty @return tag in forwardGeo Run the Javadoc Repair tool on this method to correct the @return tag. Medium HeaderForwardAction.java 63
Unknown tag in Javadoc comment for method: Run the Javadoc Repair tool on this method to remove the unknown tag. Medium HeaderForwardAction.java 64
Missing Javadoc comment for method "setServletRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HeaderForwardAction.java 79
Extra @param tag for String in addHoliday Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium HolidayAction.java 57
Missing Javadoc comment for method "prepare" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 255
Missing Javadoc comment for method "setServletRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 265
Missing Javadoc comment for method "setServletResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 272
Missing Javadoc comment for method "setSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 278
Missing Javadoc comment for method "getHolidays" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 284
Missing Javadoc comment for method "setHolidays" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 288
Missing Javadoc comment for method "getSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 292
Missing Javadoc comment for method "setSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 295
Missing Javadoc comment for method "getRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 298
Missing Javadoc comment for method "setRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 301
Missing Javadoc comment for method "getResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 304
Missing Javadoc comment for method "setResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 307
Missing Javadoc comment for method "getUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 310
Missing Javadoc comment for method "setUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 313
Missing Javadoc comment for method "getFromdatepicker" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 316
Missing Javadoc comment for method "setFromdatepicker" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayAction.java 319
Missing Javadoc comment for method "getPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsAction.java 72
Missing Javadoc comment for method "setPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsAction.java 88
Missing Javadoc comment for method "getLogin_id" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsAction.java 92
Missing Javadoc comment for method "setLogin_id" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsAction.java 95
Missing Javadoc comment for method "getParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsAction.java 98
Missing Javadoc comment for method "setParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsAction.java 101
Missing Javadoc comment for method "execute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsAction.java 105
Missing Javadoc comment for method "setServletRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsAction.java 196
Missing Javadoc comment for method "setSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsAction.java 204
Missing Javadoc comment for method "setPortletRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsAction.java 208
Missing Javadoc comment for method "setServletResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsAction.java 215
Missing Javadoc comment for method "execute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogoutAction.java 40
Missing Javadoc comment for method "setServletRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogoutAction.java 46
Missing Javadoc comment for method "getTripsList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 72
Missing Javadoc comment for method "setTripsList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 76
Missing Javadoc comment for method "getFenceList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 85
Missing Javadoc comment for method "setFenceList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 89
Missing Javadoc comment for method "getTemplatesList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 96
Missing Javadoc comment for method "setTemplatesList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 100
Missing Javadoc comment for method "getTrips" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 105
Missing Javadoc comment for method "getAnnouncement" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 139
Missing Javadoc comment for method "getFences" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 175
Missing Javadoc comment for method "getNos" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 209
Missing Javadoc comment for method "SendMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 231
Missing Javadoc comment for method "prepare" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 257
Missing Javadoc comment for method "getAttribute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 263
Missing Javadoc comment for method "getAttributeNames" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 269
Missing Javadoc comment for method "getCharacterEncoding" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 275
Missing Javadoc comment for method "getContentLength" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 281
Missing Javadoc comment for method "getContentType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 287
Missing Javadoc comment for method "getInputStream" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 293
Missing Javadoc comment for method "getLocalAddr" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 299
Missing Javadoc comment for method "getLocalName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 305
Missing Javadoc comment for method "getLocalPort" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 311
Missing Javadoc comment for method "getLocale" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 317
Missing Javadoc comment for method "getLocales" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 323
Missing Javadoc comment for method "getParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 329
Missing Javadoc comment for method "getParameterMap" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 335
Missing Javadoc comment for method "getParameterNames" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 341
Missing Javadoc comment for method "getParameterValues" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 347
Missing Javadoc comment for method "getProtocol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 353
Missing Javadoc comment for method "getReader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 359
Missing Javadoc comment for method "getRealPath" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 365
Missing Javadoc comment for method "getRemoteAddr" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 371
Missing Javadoc comment for method "getRemoteHost" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 377
Missing Javadoc comment for method "getRemotePort" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 383
Missing Javadoc comment for method "getRequestDispatcher" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 389
Missing Javadoc comment for method "getScheme" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 395
Missing Javadoc comment for method "getServerName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 401
Missing Javadoc comment for method "getServerPort" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 407
Missing Javadoc comment for method "isSecure" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 413
Missing Javadoc comment for method "removeAttribute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 419
Missing Javadoc comment for method "setAttribute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 425
Missing Javadoc comment for method "setCharacterEncoding" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 431
Missing Javadoc comment for method "setServletRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 438
Missing Javadoc comment for method "setServletResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 444
Missing Javadoc comment for method "setSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 451
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 457
Missing Javadoc comment for method "getAsyncContext" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 508
Missing Javadoc comment for method "getDispatcherType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 514
Missing Javadoc comment for method "getServletContext" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 520
Missing Javadoc comment for method "isAsyncStarted" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 526
Missing Javadoc comment for method "isAsyncSupported" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessageHandler.java 532
Missing Javadoc comment for method "getUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 54
Missing Javadoc comment for method "setUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 58
Missing Javadoc comment for method "setCookie" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 61
Missing Javadoc comment for method "getCookie" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 65
Missing Javadoc comment for method "getPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 70
Missing Javadoc comment for method "setPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 74
Missing Javadoc comment for method "getEmailAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 79
Missing Javadoc comment for method "setEmailAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 83
Missing Javadoc comment for method "getOrgVehicleList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 95
Missing Javadoc comment for method "setOrgVehicleList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 98
Missing Javadoc comment for method "getVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 103
Missing Javadoc comment for method "setVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 106
Missing Javadoc comment for method "getVedetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 110
Missing Javadoc comment for method "setVedetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 114
Missing Javadoc comment for method "getVehList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 117
Missing Javadoc comment for method "setVehList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 120
Missing Javadoc comment for method "getColurList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 123
Missing Javadoc comment for method "setColurList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 126
Missing Javadoc comment for method "getTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 129
Missing Javadoc comment for method "setTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 132
Missing Javadoc comment for method "getTripDetails_date" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 135
Missing Javadoc comment for method "setTripDetails_date" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 138
Missing Javadoc comment for method "setAutoLogin" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 141
Missing Javadoc comment for method "checkAutoLogin" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsAction.java 159
Missing Javadoc comment for method "ToRfidSearch" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDAction.java 46
Missing Javadoc comment for method "toRFIDHome" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDAction.java 51
Missing Javadoc comment for method "manageRfid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDAction.java 69
Missing Javadoc comment for method "getRFIDDashView" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDAction.java 89
Missing Javadoc comment for method "getRFIDDetailedView" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDAction.java 137
Missing Javadoc comment for method "getDateValues" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDAction.java 181
Missing Javadoc comment for method "calcCurrentSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDAction.java 213
Missing Javadoc comment for method "setServletRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDAction.java 259
Missing Javadoc comment for method "setServletResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDAction.java 265
Missing Javadoc comment for method "setSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDAction.java 271
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDAction.java 276
Missing Javadoc comment for method "prepare" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 49
Missing Javadoc comment for method "getAttribute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 55
Missing Javadoc comment for method "getAttributeNames" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 61
Missing Javadoc comment for method "getCharacterEncoding" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 67
Missing Javadoc comment for method "getContentLength" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 73
Missing Javadoc comment for method "getContentType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 79
Missing Javadoc comment for method "getInputStream" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 85
Missing Javadoc comment for method "getLocalAddr" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 91
Missing Javadoc comment for method "getLocalName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 97
Missing Javadoc comment for method "getLocalPort" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 103
Missing Javadoc comment for method "getLocale" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 109
Missing Javadoc comment for method "getLocales" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 115
Missing Javadoc comment for method "getParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 121
Missing Javadoc comment for method "getParameterMap" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 127
Missing Javadoc comment for method "getParameterNames" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 133
Missing Javadoc comment for method "getParameterValues" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 139
Missing Javadoc comment for method "getProtocol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 145
Missing Javadoc comment for method "getReader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 151
Missing Javadoc comment for method "getRealPath" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 157
Missing Javadoc comment for method "getRemoteAddr" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 163
Missing Javadoc comment for method "getRemoteHost" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 169
Missing Javadoc comment for method "getRemotePort" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 175
Missing Javadoc comment for method "getRequestDispatcher" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 181
Missing Javadoc comment for method "getScheme" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 187
Missing Javadoc comment for method "getServerName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 193
Missing Javadoc comment for method "getServerPort" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 199
Missing Javadoc comment for method "isSecure" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 205
Missing Javadoc comment for method "removeAttribute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 211
Missing Javadoc comment for method "setAttribute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 217
Missing Javadoc comment for method "setCharacterEncoding" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 223
Missing Javadoc comment for method "setServletRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 230
Missing Javadoc comment for method "setServletResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 236
Missing Javadoc comment for method "setSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 243
Missing Javadoc comment for method "FetchHistory" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 250
Missing Javadoc comment for method "UpdateHistory" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 266
Missing Javadoc comment for method "getAsyncContext" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 280
Missing Javadoc comment for method "getDispatcherType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 286
Missing Javadoc comment for method "getServletContext" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 292
Missing Javadoc comment for method "isAsyncStarted" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 298
Missing Javadoc comment for method "isAsyncSupported" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 304
Missing Javadoc comment for method "startAsync" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 310
Missing Javadoc comment for method "startAsync" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TemplateManager.java 316
Missing Javadoc comment for method "toString" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceBO.java 7
Extra @param tag for session in isMobile Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium GpsSecurity.java 125
Missing @param tag for browserInfo in isMobile Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GpsSecurity.java 153
Missing @return tag for getParamList Run the Javadoc Repair tool on this method to add the missing @return tag. Medium DailyTripRepDAO.java 36
Missing @param tag for tripDetails in getParamList Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DailyTripRepDAO.java 37
Missing @param tag for startDate in getParamList Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DailyTripRepDAO.java 37
Missing @param tag for endDate in getParamList Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DailyTripRepDAO.java 37
Missing @param tag for condition in getParamList Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DailyTripRepDAO.java 37
Missing @param tag for session in getParamList Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DailyTripRepDAO.java 37
Missing Javadoc comment for method "getIdleTimeFuelUsage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DailyTripRepDAO.java 115
Missing Javadoc comment for method "getDeviceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceProcessDAO.java 49
Missing Javadoc comment for method "setDeviceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceProcessDAO.java 53
Missing Javadoc comment for method "Add" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceProcessDAO.java 57
Missing Javadoc comment for method "getavailableDevices" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceProcessDAO.java 105
Missing Javadoc comment for method "getavailableDevices" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceProcessDAO.java 147
Missing Javadoc comment for method "getFenceUserList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceUsersDAO.java 14
Missing Javadoc comment for method "getFenceExptUsers" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceUsersDAO.java 36
Missing Javadoc comment for method "getExpectedUserList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceUsersDAO.java 58
Missing Javadoc comment for method "getAllFenceUsers" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceUsersDAO.java 96
Missing Javadoc comment for method "getFenceList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceUsersDAO.java 120
Missing Javadoc comment for method "getUnsheduledUserInfo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceUsersDAO.java 138
Missing Javadoc comment for method "getAllTripUsers" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FenceUsersDAO.java 205
Missing Javadoc comment for method "getAllGeofences" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofencingDAO.java 44
Missing @return tag for geoDetails Run the Javadoc Repair tool on this method to add the missing @return tag. Medium GeofencingDAO.java 49
Missing @param tag for userId in geoDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeofencingDAO.java 50
Missing @param tag for first in geoDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeofencingDAO.java 50
Missing @param tag for last in geoDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeofencingDAO.java 50
Extra @param tag for trips in geoListByTrips Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium GeofencingDAO.java 196
Missing @param tag for Trip in geoListByTrips Run the Javadoc Repair tool on this method to add the missing @param tag. Medium GeofencingDAO.java 200
Missing Javadoc comment for method "Add" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayProcessDAO.java 42
Missing Javadoc comment for method "listHoliday" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayProcessDAO.java 73
Missing Javadoc comment for method "update" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayProcessDAO.java 105
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium HolidayProcessDAO.java 135
Missing Javadoc comment for method "getUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LoginGpsDAO.java 28
Missing Javadoc comment for method "setUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LoginGpsDAO.java 32
Missing Javadoc comment for method "validateUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LoginGpsDAO.java 35
Missing Javadoc comment for method "getTemplates" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessagesDAO.java 34
Missing Javadoc comment for method "SaveTemplate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MessagesDAO.java 57
Missing Javadoc comment for method "encryptSha" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsDAO.java 46
Missing Javadoc comment for method "getUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsDAO.java 65
Missing Javadoc comment for method "setUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsDAO.java 69
Missing Javadoc comment for method "validateUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MLoginGpsDAO.java 72
Missing Javadoc comment for method "getEventDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ReportProcessDAO.java 30
Missing Javadoc comment for method "getTripfromtime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ReportProcessDAO.java 44
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ReportProcessDAO.java 112
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ReportRefDAO.java 28
Missing Javadoc comment for method "FetchReportSummary" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ReportSummaryDAO.java 14
Missing Javadoc comment for method "FetchReportSummaryForAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ReportSummaryDAO.java 29
Missing Javadoc comment for method "getRfUserList" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RfHistoryDAO.java 17
Missing Javadoc comment for method "getStudentDetailsHistory" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RfHistoryDAO.java 41
Missing Javadoc comment for method "getRfHistoryUsers" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RfHistoryDAO.java 67
Missing Javadoc comment for method "getTripUserInfo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RfHistoryDAO.java 90
Missing Javadoc comment for method "getTripActualUserInfo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RfHistoryDAO.java 120
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RfHistoryDAO.java 144
Missing Javadoc comment for method "getRole" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RoleProcessDAO.java 18
Missing Javadoc comment for method "isOrganizationHead" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RoleProcessDAO.java 44
Missing Javadoc comment for method "isAdministrator" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RoleProcessDAO.java 63
Missing Javadoc comment for method "saveSettings" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium SettingsDAO.java 18
Missing Javadoc comment for method "searchVehicle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium SettingsDAO.java 68
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium SettingsDAO.java 87
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserNotificationDAO.java 40
Missing Javadoc comment for method "getUserFromTrip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserNotificationDAO.java 127
Missing Javadoc comment for method "getUsersFromTrip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserNotificationDAO.java 160
Missing @return tag for allColorcode Run the Javadoc Repair tool on this method to add the missing @return tag. Medium UserProcessDAO.java 26
Missing @param tag for userid in allColorcode Run the Javadoc Repair tool on this method to add the missing @param tag. Medium UserProcessDAO.java 27
Empty @return tag in getUserName Run the Javadoc Repair tool on this method to correct the @return tag. Medium UserProcessDAO.java 53
Missing Javadoc comment for method "getHibernateUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserProcessDAO.java 75
Missing Javadoc comment for method "getOrganizationName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserProcessDAO.java 83
Missing Javadoc comment for method "getStudents" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserProcessDAO.java 103
Missing Javadoc comment for method "getGrades" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserProcessDAO.java 123
Missing Javadoc comment for method "getHibernateOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserProcessDAO.java 136
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserProcessDAO.java 144
Missing Javadoc comment for method "getUtrip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserTripDAO.java 43
Missing Javadoc comment for method "setUtrip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserTripDAO.java 51
Missing Javadoc comment for method "getTripFromOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserTripDAO.java 59
Missing Javadoc comment for method "getUsersFromOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserTripDAO.java 90
Extra @param tag for fenceid in getCheckedVehicles Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium VehicleFenceDAO.java 24
Missing @param tag for fenceId in getCheckedVehicles Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceDAO.java 27
Extra @param tag for fenceid,vehicleid in saveFenceVehicles Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium VehicleFenceDAO.java 55
Missing @param tag for fenceid in saveFenceVehicles Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceDAO.java 57
Missing @param tag for vehicleId in saveFenceVehicles Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceDAO.java 57
Extra @param tag for fenceid,vehicleid in deleteValues Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium VehicleFenceDAO.java 99
Missing @param tag for fenceId in deleteValues Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceDAO.java 101
Missing @param tag for vehicleId in deleteValues Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceDAO.java 101
Extra @param tag for tripname in getAllFenceVehicles Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium VehicleFenceDAO.java 128
Missing @param tag for trip in getAllFenceVehicles Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceDAO.java 131
Extra @param tag for geofenceid,fromdate,todate in getFenceVehicles Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium VehicleFenceReportDAO.java 12
Missing @param tag for geofenceId in getFenceVehicles Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceReportDAO.java 15
Missing @param tag for fromDate in getFenceVehicles Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceReportDAO.java 15
Missing @param tag for toDate in getFenceVehicles Run the Javadoc Repair tool on this method to add the missing @param tag. Medium VehicleFenceReportDAO.java 15
Missing Javadoc comment for method "getVehicles" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleProcessDAO.java 46
Missing Javadoc comment for method "getOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleProcessDAO.java 100
Missing Javadoc comment for method "getVehiclesofOrg" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleProcessDAO.java 113
Missing Javadoc comment for method "Add" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleProcessDAO.java 137
Missing Javadoc comment for method "Search" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleProcessDAO.java 188
Missing Javadoc comment for method "DeviceTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 14
Missing Javadoc comment for method "DeviceTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 19
Missing Javadoc comment for method "DeviceTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceTripDTO.java 30
Missing Javadoc comment for method "DistParamsDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DistParamsDTO.java 20
Missing Javadoc comment for method "DistParamsDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DistParamsDTO.java 32
Missing Javadoc comment for method "DistParamsDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DistParamsDTO.java 43
Missing Javadoc comment for method "DistParamsDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DistParamsDTO.java 53
Missing Javadoc comment for method "DistParamsDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DistParamsDTO.java 63
Extra @param tag for vehicelDetails in setVehicleDetails Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium DistParamsDTO.java 83
Missing @param tag for vehicleDetails in setVehicleDetails Run the Javadoc Repair tool on this method to add the missing @param tag. Medium DistParamsDTO.java 85
Missing Javadoc comment for method "FrequentTripDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 8
Missing Javadoc comment for method "getTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 14
Missing Javadoc comment for method "setTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 17
Missing Javadoc comment for method "getDay" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 20
Missing Javadoc comment for method "setDay" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 23
Missing Javadoc comment for method "getTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 26
Missing Javadoc comment for method "setTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FrequentTripDTO.java 29
Missing Javadoc comment for method "FuelDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelDTO.java 15
Missing @param tag for speed in FuelDTO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FuelDTO.java 33
Extra @param tag for eventCode in FuelDTO Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium FuelDTO.java 44
Missing @param tag for speed in FuelDTO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FuelDTO.java 47
Missing @param tag for speed in FuelDTO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FuelDTO.java 63
Missing @param tag for tripParamId in FuelDTO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium FuelDTO.java 63
Missing Javadoc comment for method "getLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelFilter.java 13
Missing Javadoc comment for method "setLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelFilter.java 16
Missing Javadoc comment for method "FuelFilter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelFilter.java 19
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelFilter.java 28
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelFilter.java 31
Missing Javadoc comment for method "SetCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelFilter.java 34
Missing Javadoc comment for method "GetCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelFilter.java 37
Missing Javadoc comment for method "SetSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelFilter.java 40
Missing Javadoc comment for method "GetSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelFilter.java 43
Missing Javadoc comment for method "SetVoltage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelFilter.java 46
Missing Javadoc comment for method "GetVoltage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FuelFilter.java 49
Missing Javadoc comment for method "Packet" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 12
Missing Javadoc comment for method "setDbdate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 18
Missing Javadoc comment for method "getDbdate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 21
Missing Javadoc comment for method "setStart" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 25
Missing Javadoc comment for method "getEnd" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 28
Missing Javadoc comment for method "setEnd" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 31
Missing Javadoc comment for method "getStart" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Packet.java 34
Missing Javadoc comment for method "RFIDInfoHistoryDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDInfoHistoryDTO.java 17
Missing Javadoc comment for method "RFIDInfoHistoryDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDInfoHistoryDTO.java 29
Missing Javadoc comment for method "setTripName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDInfoHistoryDTO.java 117
Missing Javadoc comment for method "getTripName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RFIDInfoHistoryDTO.java 121
Missing Javadoc comment for method "SpeedParamDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium SpeedParamDTO.java 14
Missing Javadoc comment for method "SpeedParamDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium SpeedParamDTO.java 21
Missing Javadoc comment for method "getGsmStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 55
Missing Javadoc comment for method "setGsmStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 60
Missing Javadoc comment for method "getCellId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 65
Missing Javadoc comment for method "setCellId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 70
Missing Javadoc comment for method "TripByVehicleDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 75
Missing Javadoc comment for method "TripByVehicleDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 114
Missing Javadoc comment for method "getTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 161
Missing Javadoc comment for method "setTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 164
Missing Javadoc comment for method "getTripName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 167
Missing Javadoc comment for method "setTripName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 182
Missing Javadoc comment for method "getTripDesc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 185
Missing Javadoc comment for method "setTripDesc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 188
Missing Javadoc comment for method "getStartdate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 191
Missing Javadoc comment for method "setStartdate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 194
Missing Javadoc comment for method "getStartTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 197
Missing Javadoc comment for method "setStartTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 200
Missing Javadoc comment for method "getReturndate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 203
Missing Javadoc comment for method "setReturndate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 206
Missing Javadoc comment for method "getReturnTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 209
Missing Javadoc comment for method "setReturnTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 212
Missing Javadoc comment for method "getTripParamid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 217
Missing Javadoc comment for method "setTripParamid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 220
Missing Javadoc comment for method "getLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 223
Missing Javadoc comment for method "setLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 226
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 229
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 232
Missing Javadoc comment for method "getSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 235
Missing Javadoc comment for method "setSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 238
Missing Javadoc comment for method "getHeading" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 241
Missing Javadoc comment for method "setHeading" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 244
Missing Javadoc comment for method "getAltitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 247
Missing Javadoc comment for method "setAltitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 250
Missing Javadoc comment for method "getEngineStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 259
Missing Javadoc comment for method "setEngineStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 262
Missing Javadoc comment for method "getOilPreassure" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 265
Missing Javadoc comment for method "setOilPreassure" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 268
Missing Javadoc comment for method "getFuelContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 277
Missing Javadoc comment for method "setFuelContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 280
Missing Javadoc comment for method "getBrake" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 283
Missing Javadoc comment for method "setBrake" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 286
Missing Javadoc comment for method "getCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 289
Missing Javadoc comment for method "setCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 292
Missing Javadoc comment for method "getBrakelightStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 295
Missing Javadoc comment for method "setBrakelightStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 298
Missing Javadoc comment for method "getBatteryStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 301
Missing Javadoc comment for method "setBatteryStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 304
Missing Javadoc comment for method "getSourceLocation" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 307
Missing Javadoc comment for method "setSourceLocation" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 310
Missing Javadoc comment for method "getDestination" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 314
Missing Javadoc comment for method "setDestination" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripByVehicleDTO.java 318
Extra @param tag for event in TripDistanceDTO Run the Javadoc Repair tool on this method to remove the extra @param tag. Medium TripDistanceDTO.java 23
Missing @param tag for speed in TripDistanceDTO Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TripDistanceDTO.java 27
Missing Javadoc comment for method "TripDistanceDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripDistanceDTO.java 38
Missing Javadoc comment for method "TripDistanceDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripDistanceDTO.java 49
Missing Javadoc comment for method "TripDistanceDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripDistanceDTO.java 60
Missing Javadoc comment for method "TripDistanceDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripDistanceDTO.java 72
Missing Javadoc comment for method "TripParamDTO" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParamDTO.java 12
Missing Javadoc comment for method "DeviceAlreadyInUseException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DeviceAlreadyInUseException.java 4
Missing Javadoc comment for method "DupilicateTripException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DupilicateTripException.java 5
Missing Javadoc comment for method "DuplicateAliasNameException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DuplicateAliasNameException.java 4
Missing Javadoc comment for method "DuplicateDeviceNameException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DuplicateDeviceNameException.java 5
Missing Javadoc comment for method "DuplicateMobileNumberException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DuplicateMobileNumberException.java 5
Missing Javadoc comment for method "DuplicateRegisterNumberException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DuplicateRegisterNumberException.java 4
Missing Javadoc comment for method "DuplicateVehicleNameException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DuplicateVehicleNameException.java 4
Missing Javadoc comment for method "InvalidMailIdOrPasswordException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium InvalidMailIdOrPasswordException.java 10
Missing Javadoc comment for method "LoginIDDoesNotMatchException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LoginIDDoesNotMatchException.java 5
Missing Javadoc comment for method "NullFieldsException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium NullFieldsException.java 4
Missing Javadoc comment for method "PassworDoesNotMatchException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PassworDoesNotMatchException.java 5
Missing Javadoc comment for method "TripNameDuplicateException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripNameDuplicateException.java 4
Missing Javadoc comment for method "UserNotLoggedInException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UserNotLoggedInException.java 6
Missing Javadoc comment for method "VehicleExistsInTimeException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleExistsInTimeException.java 5
Missing Javadoc comment for method "VehicleInUseException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleInUseException.java 4
Missing Javadoc comment for method "getVehicleGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 19
Missing Javadoc comment for method "setVehicleGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 23
Missing Javadoc comment for method "getVehicleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 27
Missing Javadoc comment for method "setVehicleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 31
Missing Javadoc comment for method "getVehicleDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 35
Missing Javadoc comment for method "setVehicleDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 39
Missing Javadoc comment for method "getModel" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 43
Missing Javadoc comment for method "setModel" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 47
Missing Javadoc comment for method "getColor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 51
Missing Javadoc comment for method "setColor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 55
Missing Javadoc comment for method "getCompanyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 59
Missing Javadoc comment for method "setCompanyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 63
Missing Javadoc comment for method "getRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 67
Missing Javadoc comment for method "setRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 71
Missing Javadoc comment for method "getImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 75
Missing Javadoc comment for method "setImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 79
Missing Javadoc comment for method "getParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 83
Missing Javadoc comment for method "setParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapForm.java 87
Missing Javadoc comment for method "getMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 19
Missing Javadoc comment for method "setMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 23
Missing Javadoc comment for method "getGeoMapId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 27
Missing Javadoc comment for method "setGeoMapId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 31
Missing Javadoc comment for method "getGeofenceName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 35
Missing Javadoc comment for method "setGeofenceName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 39
Missing Javadoc comment for method "getVehicleGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 43
Missing Javadoc comment for method "setVehicleGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 47
Missing Javadoc comment for method "getNotifierName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 51
Missing Javadoc comment for method "setNotifierName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 55
Missing Javadoc comment for method "getNotifierAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 59
Missing Javadoc comment for method "setNotifierAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 63
Missing Javadoc comment for method "getMobileNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 67
Missing Javadoc comment for method "setMobileNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 71
Missing Javadoc comment for method "getParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 77
Missing Javadoc comment for method "setParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 81
Missing Javadoc comment for method "getGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 85
Missing Javadoc comment for method "setGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 89
Missing Javadoc comment for method "getVehicleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 93
Missing Javadoc comment for method "setVehicleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GeofenceForm.java 97
Missing Javadoc comment for method "GLatLng" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GLatLng.java 8
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GLatLng.java 13
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GLatLng.java 17
Missing Javadoc comment for method "getLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GLatLng.java 21
Missing Javadoc comment for method "setLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GLatLng.java 25
Missing Javadoc comment for method "getParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsForm.java 33
Missing Javadoc comment for method "setParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogingpsForm.java 37
Missing @param tag for accountId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 39
Missing @param tag for accountId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 44
Missing @param tag for companyId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 44
Missing @param tag for userId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 44
Missing @param tag for userName in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 45
Missing @param tag for createDate in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 45
Missing @param tag for modifiedDate in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 45
Missing @param tag for parentAccountId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 46
Missing @param tag for name in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 46
Missing @param tag for legalName in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 46
Missing @param tag for legalId in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 47
Missing @param tag for legalType in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 47
Missing @param tag for sicCode in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 47
Missing @param tag for tickerSymbol in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 48
Missing @param tag for industry in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 48
Missing @param tag for type in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 48
Missing @param tag for size in Account Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Account.java 48
Missing Javadoc comment for method "getAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 69
Missing Javadoc comment for method "setAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 73
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 77
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 81
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 85
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 89
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 93
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 97
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 101
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 105
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 109
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 113
Missing Javadoc comment for method "getParentAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 117
Missing Javadoc comment for method "setParentAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 121
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 125
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 129
Missing Javadoc comment for method "getLegalName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 133
Missing Javadoc comment for method "setLegalName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 137
Missing Javadoc comment for method "getLegalId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 141
Missing Javadoc comment for method "setLegalId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 145
Missing Javadoc comment for method "getLegalType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 149
Missing Javadoc comment for method "setLegalType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 153
Missing Javadoc comment for method "getSicCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 157
Missing Javadoc comment for method "setSicCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 161
Missing Javadoc comment for method "getTickerSymbol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 165
Missing Javadoc comment for method "setTickerSymbol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 169
Missing Javadoc comment for method "getIndustry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 173
Missing Javadoc comment for method "setIndustry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 177
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 181
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 185
Missing Javadoc comment for method "getSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 189
Missing Javadoc comment for method "setSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Account.java 193
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 40
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 51
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 62
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 74
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 89
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 104
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 108
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 112
Missing Javadoc comment for method "findByParentAccountId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 116
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 120
Missing Javadoc comment for method "findByLegalName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 124
Missing Javadoc comment for method "findByLegalId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 128
Missing Javadoc comment for method "findByLegalType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 132
Missing Javadoc comment for method "findBySicCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 136
Missing Javadoc comment for method "findByTickerSymbol" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 140
Missing Javadoc comment for method "findByIndustry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 144
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 148
Missing Javadoc comment for method "findBySize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 152
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 156
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 168
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 180
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountDAO.java 191
Missing @param tag for id in Accounts Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Accounts.java 22
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Accounts.java 28
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Accounts.java 32
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 27
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 38
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 49
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 61
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 76
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 91
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 103
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 115
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsDAO.java 126
Missing @param tag for smsSent in AccountsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium AccountsId.java 23
Missing @param tag for creditLimit in AccountsId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium AccountsId.java 23
Missing Javadoc comment for method "getSmsSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 30
Missing Javadoc comment for method "setSmsSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 34
Missing Javadoc comment for method "getCreditLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 38
Missing Javadoc comment for method "setCreditLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 42
Missing Javadoc comment for method "equals" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 46
Missing Javadoc comment for method "hashCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccountsId.java 65
Missing @param tag for addressId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 41
Missing @param tag for addressId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 46
Missing @param tag for companyId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 46
Missing @param tag for userId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 46
Missing @param tag for userName in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 47
Missing @param tag for createDate in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 47
Missing @param tag for modifiedDate in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 47
Missing @param tag for classNameId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 48
Missing @param tag for classPk in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 48
Missing @param tag for street1 in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 48
Missing @param tag for street2 in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 48
Missing @param tag for street3 in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 49
Missing @param tag for city in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 49
Missing @param tag for zip in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 49
Missing @param tag for regionId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 49
Missing @param tag for countryId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 50
Missing @param tag for typeId in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 50
Missing @param tag for mailing in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 50
Missing @param tag for primary in Address Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Address.java 50
Missing Javadoc comment for method "getAddressId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 73
Missing Javadoc comment for method "setAddressId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 77
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 81
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 85
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 89
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 93
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 97
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 101
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 105
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 109
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 113
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 117
Missing Javadoc comment for method "getClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 121
Missing Javadoc comment for method "setClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 125
Missing Javadoc comment for method "getClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 129
Missing Javadoc comment for method "setClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 133
Missing Javadoc comment for method "getStreet1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 137
Missing Javadoc comment for method "setStreet1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 141
Missing Javadoc comment for method "getStreet2" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 145
Missing Javadoc comment for method "setStreet2" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 149
Missing Javadoc comment for method "getStreet3" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 153
Missing Javadoc comment for method "setStreet3" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 157
Missing Javadoc comment for method "getCity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 161
Missing Javadoc comment for method "setCity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 165
Missing Javadoc comment for method "getZip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 169
Missing Javadoc comment for method "setZip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 173
Missing Javadoc comment for method "getRegionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 177
Missing Javadoc comment for method "setRegionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 181
Missing Javadoc comment for method "getCountryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 185
Missing Javadoc comment for method "setCountryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 189
Missing Javadoc comment for method "getTypeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Address.java 193
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 42
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 53
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 64
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 76
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 91
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 106
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 110
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 114
Missing Javadoc comment for method "findByClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 118
Missing Javadoc comment for method "findByClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 122
Missing Javadoc comment for method "findByStreet1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 126
Missing Javadoc comment for method "findByStreet2" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 130
Missing Javadoc comment for method "findByStreet3" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 134
Missing Javadoc comment for method "findByCity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 138
Missing Javadoc comment for method "findByZip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 142
Missing Javadoc comment for method "findByRegionId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 146
Missing Javadoc comment for method "findByCountryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 150
Missing Javadoc comment for method "findByTypeId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 154
Missing Javadoc comment for method "findByMailing" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 158
Missing Javadoc comment for method "findByPrimary" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 162
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 166
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 178
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 190
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AddressDAO.java 201
Missing @param tag for deliveryId in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 28
Missing @param tag for deliveryId in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 33
Missing @param tag for companyId in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 33
Missing @param tag for userId in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 33
Missing @param tag for type in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 34
Missing @param tag for email in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 34
Missing @param tag for sms in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 34
Missing @param tag for website in Announcementsdelivery Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsdelivery.java 34
Missing Javadoc comment for method "getDeliveryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 46
Missing Javadoc comment for method "setDeliveryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 50
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 54
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 58
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 62
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 66
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 70
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 74
Missing Javadoc comment for method "getEmail" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 78
Missing Javadoc comment for method "setEmail" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 82
Missing Javadoc comment for method "getSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 86
Missing Javadoc comment for method "setSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 90
Missing Javadoc comment for method "getWebsite" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 94
Missing Javadoc comment for method "setWebsite" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsdelivery.java 98
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 33
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 44
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 55
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 67
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 82
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 97
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 101
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 105
Missing Javadoc comment for method "findByEmail" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 109
Missing Javadoc comment for method "findBySms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 113
Missing Javadoc comment for method "findByWebsite" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 117
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 121
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 133
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 146
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsdeliveryDAO.java 157
Missing @param tag for entryId in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 40
Missing @param tag for entryId in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 45
Missing @param tag for uuid in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 45
Missing @param tag for companyId in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 45
Missing @param tag for userId in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 46
Missing @param tag for userName in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 46
Missing @param tag for createDate in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 46
Missing @param tag for modifiedDate in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 46
Missing @param tag for classNameId in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 47
Missing @param tag for classPk in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 47
Missing @param tag for title in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 47
Missing @param tag for content in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 47
Missing @param tag for url in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 48
Missing @param tag for type in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 48
Missing @param tag for displayDate in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 48
Missing @param tag for expirationDate in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 48
Missing @param tag for priority in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 49
Missing @param tag for alert in Announcementsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsentry.java 49
Missing Javadoc comment for method "getEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 71
Missing Javadoc comment for method "setEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 75
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 79
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 83
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 87
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 91
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 95
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 99
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 103
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 107
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 111
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 115
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 119
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 123
Missing Javadoc comment for method "getClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 127
Missing Javadoc comment for method "setClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 131
Missing Javadoc comment for method "getClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 135
Missing Javadoc comment for method "setClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 139
Missing Javadoc comment for method "getTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 143
Missing Javadoc comment for method "setTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 147
Missing Javadoc comment for method "getContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 151
Missing Javadoc comment for method "setContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 155
Missing Javadoc comment for method "getUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 159
Missing Javadoc comment for method "setUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 163
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 167
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 171
Missing Javadoc comment for method "getDisplayDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 175
Missing Javadoc comment for method "setDisplayDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 179
Missing Javadoc comment for method "getExpirationDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 183
Missing Javadoc comment for method "setExpirationDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 187
Missing Javadoc comment for method "getPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 191
Missing Javadoc comment for method "setPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsentry.java 195
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 40
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 51
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 62
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 74
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 89
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 104
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 108
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 112
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 116
Missing Javadoc comment for method "findByClassNameId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 120
Missing Javadoc comment for method "findByClassPk" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 124
Missing Javadoc comment for method "findByTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 128
Missing Javadoc comment for method "findByContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 132
Missing Javadoc comment for method "findByUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 136
Missing Javadoc comment for method "findByType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 140
Missing Javadoc comment for method "findByPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 144
Missing Javadoc comment for method "findByAlert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 148
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 152
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 164
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 177
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsentryDAO.java 188
Missing @param tag for flagId in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 28
Missing @param tag for flagId in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 33
Missing @param tag for userId in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 33
Missing @param tag for createDate in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 33
Missing @param tag for entryId in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 34
Missing @param tag for value in Announcementsflag Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Announcementsflag.java 34
Missing Javadoc comment for method "getFlagId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 44
Missing Javadoc comment for method "setFlagId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 48
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 52
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 56
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 60
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 64
Missing Javadoc comment for method "getEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 68
Missing Javadoc comment for method "setEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 72
Missing Javadoc comment for method "getValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 76
Missing Javadoc comment for method "setValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Announcementsflag.java 80
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 31
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 42
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 53
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 65
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 80
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 95
Missing Javadoc comment for method "findByEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 99
Missing Javadoc comment for method "findByValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 103
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 107
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 119
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 132
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AnnouncementsflagDAO.java 143
Missing @param tag for id in AutoPkSupport Run the Javadoc Repair tool on this method to add the missing @param tag. Medium AutoPkSupport.java 22
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupport.java 28
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupport.java 32
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 27
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 38
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 49
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 61
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 76
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 91
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 103
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 116
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportDAO.java 127
Missing @param tag for tableName in AutoPkSupportId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium AutoPkSupportId.java 23
Missing @param tag for nextId in AutoPkSupportId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium AutoPkSupportId.java 23
Missing Javadoc comment for method "getTableName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 30
Missing Javadoc comment for method "setTableName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 34
Missing Javadoc comment for method "getNextId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 38
Missing Javadoc comment for method "setNextId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 42
Missing Javadoc comment for method "equals" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 46
Missing Javadoc comment for method "hashCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AutoPkSupportId.java 65
Missing Javadoc comment for method "getSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BaseHibernateDAO.java 12
Missing @param tag for entryId in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 38
Missing @param tag for entryId in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 43
Missing @param tag for uuid in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 43
Missing @param tag for groupId in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 43
Missing @param tag for companyId in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 43
Missing @param tag for userId in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 44
Missing @param tag for userName in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 44
Missing @param tag for createDate in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 44
Missing @param tag for modifiedDate in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 44
Missing @param tag for title in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 45
Missing @param tag for urlTitle in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 45
Missing @param tag for content in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 45
Missing @param tag for displayDate in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 45
Missing @param tag for draft in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 46
Missing @param tag for allowTrackbacks in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 46
Missing @param tag for trackbacks in Blogsentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsentry.java 46
Missing Javadoc comment for method "getEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 66
Missing Javadoc comment for method "setEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 70
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 74
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 78
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 82
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 86
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 90
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 94
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 98
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 102
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 106
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 110
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 114
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 118
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 122
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 126
Missing Javadoc comment for method "getTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 130
Missing Javadoc comment for method "setTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 134
Missing Javadoc comment for method "getUrlTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 138
Missing Javadoc comment for method "setUrlTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 142
Missing Javadoc comment for method "getContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 146
Missing Javadoc comment for method "setContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 150
Missing Javadoc comment for method "getDisplayDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 154
Missing Javadoc comment for method "setDisplayDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 158
Missing Javadoc comment for method "getDraft" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 162
Missing Javadoc comment for method "setDraft" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 166
Missing Javadoc comment for method "getAllowTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 170
Missing Javadoc comment for method "setAllowTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 174
Missing Javadoc comment for method "getTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 178
Missing Javadoc comment for method "setTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsentry.java 182
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 38
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 49
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 60
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 72
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 87
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 102
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 106
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 110
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 114
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 118
Missing Javadoc comment for method "findByTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 122
Missing Javadoc comment for method "findByUrlTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 126
Missing Javadoc comment for method "findByContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 130
Missing Javadoc comment for method "findByDraft" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 134
Missing Javadoc comment for method "findByAllowTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 138
Missing Javadoc comment for method "findByTrackbacks" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 142
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 146
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 158
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 171
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsentryDAO.java 182
Missing @param tag for statsUserId in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 32
Missing @param tag for statsUserId in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 37
Missing @param tag for groupId in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 37
Missing @param tag for companyId in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 37
Missing @param tag for userId in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 38
Missing @param tag for entryCount in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 38
Missing @param tag for lastPostDate in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 38
Missing @param tag for ratingsTotalEntries in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 39
Missing @param tag for ratingsTotalScore in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 39
Missing @param tag for ratingsAverageScore in Blogsstatsuser Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Blogsstatsuser.java 40
Missing Javadoc comment for method "getStatsUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 54
Missing Javadoc comment for method "setStatsUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 58
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 62
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 66
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 70
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 74
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 78
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 82
Missing Javadoc comment for method "getEntryCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 86
Missing Javadoc comment for method "setEntryCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 90
Missing Javadoc comment for method "getLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 94
Missing Javadoc comment for method "setLastPostDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 98
Missing Javadoc comment for method "getRatingsTotalEntries" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 102
Missing Javadoc comment for method "setRatingsTotalEntries" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 106
Missing Javadoc comment for method "getRatingsTotalScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 110
Missing Javadoc comment for method "setRatingsTotalScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 114
Missing Javadoc comment for method "getRatingsAverageScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 118
Missing Javadoc comment for method "setRatingsAverageScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Blogsstatsuser.java 122
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 34
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 45
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 56
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 68
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 83
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 98
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 102
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 106
Missing Javadoc comment for method "findByEntryCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 110
Missing Javadoc comment for method "findByRatingsTotalEntries" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 114
Missing Javadoc comment for method "findByRatingsTotalScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 118
Missing Javadoc comment for method "findByRatingsAverageScore" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 122
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 126
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 138
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 151
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BlogsstatsuserDAO.java 162
Missing @param tag for entryId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 36
Missing @param tag for entryId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 41
Missing @param tag for uuid in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 41
Missing @param tag for groupId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 41
Missing @param tag for companyId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 42
Missing @param tag for userId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 42
Missing @param tag for createDate in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 42
Missing @param tag for modifiedDate in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 42
Missing @param tag for folderId in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 43
Missing @param tag for name in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 43
Missing @param tag for url in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 43
Missing @param tag for comments in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 43
Missing @param tag for visits in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 44
Missing @param tag for priority in Bookmarksentry Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksentry.java 44
Missing Javadoc comment for method "getEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 62
Missing Javadoc comment for method "setEntryId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 66
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 70
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 74
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 78
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 82
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 86
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 90
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 94
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 98
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 102
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 106
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 110
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 114
Missing Javadoc comment for method "getFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 118
Missing Javadoc comment for method "setFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 122
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 126
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 130
Missing Javadoc comment for method "getUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 134
Missing Javadoc comment for method "setUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 138
Missing Javadoc comment for method "getComments" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 142
Missing Javadoc comment for method "setComments" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 146
Missing Javadoc comment for method "getVisits" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 150
Missing Javadoc comment for method "setVisits" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 154
Missing Javadoc comment for method "getPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 158
Missing Javadoc comment for method "setPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksentry.java 162
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 37
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 48
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 59
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 71
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 86
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 101
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 105
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 109
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 113
Missing Javadoc comment for method "findByFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 117
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 121
Missing Javadoc comment for method "findByUrl" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 125
Missing Javadoc comment for method "findByComments" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 129
Missing Javadoc comment for method "findByVisits" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 133
Missing Javadoc comment for method "findByPriority" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 137
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 141
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 153
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 166
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksentryDAO.java 177
Missing @param tag for folderId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 33
Missing @param tag for folderId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 38
Missing @param tag for uuid in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 38
Missing @param tag for groupId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 38
Missing @param tag for companyId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 39
Missing @param tag for userId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 39
Missing @param tag for createDate in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 39
Missing @param tag for modifiedDate in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 39
Missing @param tag for parentFolderId in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 40
Missing @param tag for name in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 40
Missing @param tag for description in Bookmarksfolder Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Bookmarksfolder.java 40
Missing Javadoc comment for method "getFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 55
Missing Javadoc comment for method "setFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 59
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 63
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 67
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 71
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 75
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 79
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 83
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 87
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 91
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 95
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 99
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 103
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 107
Missing Javadoc comment for method "getParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 111
Missing Javadoc comment for method "setParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 115
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 119
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 123
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 127
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Bookmarksfolder.java 131
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 34
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 45
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 56
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 68
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 83
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 98
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 102
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 106
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 110
Missing Javadoc comment for method "findByParentFolderId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 114
Missing Javadoc comment for method "findByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 118
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 122
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 126
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 138
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 151
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BookmarksfolderDAO.java 162
Missing @param tag for browserTrackerId in Browsertracker Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Browsertracker.java 24
Missing @param tag for browserTrackerId in Browsertracker Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Browsertracker.java 29
Missing @param tag for userId in Browsertracker Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Browsertracker.java 29
Missing @param tag for browserKey in Browsertracker Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Browsertracker.java 29
Missing Javadoc comment for method "getBrowserTrackerId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 37
Missing Javadoc comment for method "setBrowserTrackerId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 41
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 45
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 49
Missing Javadoc comment for method "getBrowserKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 53
Missing Javadoc comment for method "setBrowserKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Browsertracker.java 57
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 28
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 39
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 50
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 62
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 77
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 92
Missing Javadoc comment for method "findByBrowserKey" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 96
Missing Javadoc comment for method "findAll" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 100
Missing Javadoc comment for method "merge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 112
Missing Javadoc comment for method "attachDirty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 125
Missing Javadoc comment for method "attachClean" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium BrowsertrackerDAO.java 136
Missing @param tag for eventId in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 45
Missing @param tag for eventId in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 50
Missing @param tag for uuid in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 50
Missing @param tag for groupId in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 50
Missing @param tag for companyId in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 50
Missing @param tag for userId in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 51
Missing @param tag for userName in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 51
Missing @param tag for createDate in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 51
Missing @param tag for modifiedDate in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 51
Missing @param tag for title in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 52
Missing @param tag for description in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 52
Missing @param tag for startDate in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 52
Missing @param tag for endDate in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 52
Missing @param tag for durationHour in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 53
Missing @param tag for durationMinute in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 53
Missing @param tag for allDay in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 53
Missing @param tag for timeZoneSensitive in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 54
Missing @param tag for type in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 54
Missing @param tag for repeating in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 54
Missing @param tag for recurrence in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 55
Missing @param tag for remindBy in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 55
Missing @param tag for firstReminder in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 55
Missing @param tag for secondReminder in Calevent Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Calevent.java 56
Missing Javadoc comment for method "getEventId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 83
Missing Javadoc comment for method "setEventId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 87
Missing Javadoc comment for method "getUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 91
Missing Javadoc comment for method "setUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 95
Missing Javadoc comment for method "getGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 99
Missing Javadoc comment for method "setGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 103
Missing Javadoc comment for method "getCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 107
Missing Javadoc comment for method "setCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 111
Missing Javadoc comment for method "getUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 115
Missing Javadoc comment for method "setUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 119
Missing Javadoc comment for method "getUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 123
Missing Javadoc comment for method "setUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 127
Missing Javadoc comment for method "getCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 131
Missing Javadoc comment for method "setCreateDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 135
Missing Javadoc comment for method "getModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 139
Missing Javadoc comment for method "setModifiedDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 143
Missing Javadoc comment for method "getTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 147
Missing Javadoc comment for method "setTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 151
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 155
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 159
Missing Javadoc comment for method "getStartDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 163
Missing Javadoc comment for method "setStartDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 167
Missing Javadoc comment for method "getEndDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 171
Missing Javadoc comment for method "setEndDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 175
Missing Javadoc comment for method "getDurationHour" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 179
Missing Javadoc comment for method "setDurationHour" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 183
Missing Javadoc comment for method "getDurationMinute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Calevent.java 187
Missing Javadoc comment for method "save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 44
Missing Javadoc comment for method "delete" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 55
Missing Javadoc comment for method "findById" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 66
Missing Javadoc comment for method "findByExample" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 78
Missing Javadoc comment for method "findByProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 93
Missing Javadoc comment for method "findByUuid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 108
Missing Javadoc comment for method "findByGroupId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 112
Missing Javadoc comment for method "findByCompanyId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 116
Missing Javadoc comment for method "findByUserId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 120
Missing Javadoc comment for method "findByUserName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 124
Missing Javadoc comment for method "findByTitle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 128
Missing Javadoc comment for method "findByDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 132
Missing Javadoc comment for method "findByDurationHour" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CaleventDAO.java 136
Missing Javadoc comment for method "spotmyfleet1Tester" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapTester.java 34
Missing Javadoc comment for method "setup" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GenerateMapTester.java 42
Missing Javadoc comment for method "testGetParamListNotNull" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestDailyTripRepDAO.java 17
Missing Javadoc comment for method "testGetParamListSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestDailyTripRepDAO.java 22
Missing Javadoc comment for method "testGetHardBrakesNotNull" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestDailyTripReport.java 17
Missing Javadoc comment for method "testGetHardBrakesSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestDailyTripReport.java 23
Missing Javadoc comment for method "testGetReportsSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestFuelReport.java 21
Missing Javadoc comment for method "testGetReports" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestFuelReport.java 31
Missing Javadoc comment for method "testGetDistParamsNotNull" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 25
Missing Javadoc comment for method "testGetDistParamsSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 30
Missing Javadoc comment for method "testGetDistParamsSize1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 35
Missing Javadoc comment for method "testGetSpeedInfoNotNull" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 41
Missing Javadoc comment for method "testGetSpeedInfoSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 47
Missing Javadoc comment for method "testGetSpeedInfoSize1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 52
Missing Javadoc comment for method "testGetMaxTripSpeedNotNull" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 57
Missing Javadoc comment for method "testGetMaxTripSpeedValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 62
Missing Javadoc comment for method "testGetMaxTripSpeedValue1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 68
Missing Javadoc comment for method "testGetTripDataNotNull" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 75
Missing Javadoc comment for method "testGetTripDataSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 83
Missing Javadoc comment for method "testGetTripDistNotNull" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 91
Missing Javadoc comment for method "testGetTripDistSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 97
Missing Javadoc comment for method "testGetParamWhereQueryNotNull" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 103
Missing Javadoc comment for method "testGetParamWhereQuery" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 109
Missing Javadoc comment for method "testQueryFunc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 115
Missing Javadoc comment for method "testQueryFuncNotNull" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 122
Missing Javadoc comment for method "testQueryFuncNull" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 127
Missing Javadoc comment for method "testTripValuesAjaxNotNull" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 133
Missing Javadoc comment for method "testTripValuesAjaxSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestTripProcessDAO.java 148
 
Violation Recommendation Severity Resource Line
Expression needs parentheses Enclose the expression in parentheses. Medium RFIDAction.java 244
Expression needs parentheses Enclose the expression in parentheses. Medium RFIDAction.java 244
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 76
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 76
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 76
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 76
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 81
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 81
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 83
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 83
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 95
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 100
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 100
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 100
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 100
Expression needs parentheses Enclose the expression in parentheses. Medium DailyTripRepDAO.java 100
Expression needs parentheses Enclose the expression in parentheses. Medium FenceUsersDAO.java 75
Expression needs parentheses Enclose the expression in parentheses. Medium FenceUsersDAO.java 109
Expression needs parentheses Enclose the expression in parentheses. Medium FenceUsersDAO.java 151
Expression needs parentheses Enclose the expression in parentheses. Medium FenceUsersDAO.java 156
Expression needs parentheses Enclose the expression in parentheses. Medium FenceUsersDAO.java 160
Expression needs parentheses Enclose the expression in parentheses. Medium FenceUsersDAO.java 174
Expression needs parentheses Enclose the expression in parentheses. Medium FenceUsersDAO.java 174
Expression needs parentheses Enclose the expression in parentheses. Medium FenceUsersDAO.java 213
Expression needs parentheses Enclose the expression in parentheses. Medium FenceUsersDAO.java 213
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 65
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 65
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 65
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 65
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 70
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 70
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 79
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 79
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 81
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 81
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 89
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 89
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 94
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 94
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 100
Expression needs parentheses Enclose the expression in parentheses. Medium ReportProcessDAO.java 100
Expression needs parentheses Enclose the expression in parentheses. Medium RfHistoryDAO.java 49
Expression needs parentheses Enclose the expression in parentheses. Medium RfHistoryDAO.java 49
Expression needs parentheses Enclose the expression in parentheses. Medium RfHistoryDAO.java 51
Expression needs parentheses Enclose the expression in parentheses. Medium RfHistoryDAO.java 51
Expression needs parentheses Enclose the expression in parentheses. Medium RfHistoryDAO.java 77
Expression needs parentheses Enclose the expression in parentheses. Medium RfHistoryDAO.java 77
Expression needs parentheses Enclose the expression in parentheses. Medium UserProcessDAO.java 108
Expression needs parentheses Enclose the expression in parentheses. Medium UserProcessDAO.java 108
Expression needs parentheses Enclose the expression in parentheses. Medium UserProcessDAO.java 108
Expression needs parentheses Enclose the expression in parentheses. Medium UserProcessDAO.java 108
Expression needs parentheses Enclose the expression in parentheses. Medium UserProcessDAO.java 108
Expression needs parentheses Enclose the expression in parentheses. Medium UserProcessDAO.java 108
Expression needs parentheses Enclose the expression in parentheses. Medium UserProcessDAO.java 110
Expression needs parentheses Enclose the expression in parentheses. Medium UserProcessDAO.java 112
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleProcessDAO.java 209
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleProcessDAO.java 209
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleProcessDAO.java 219
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleProcessDAO.java 219
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleProcessDAO.java 228
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleProcessDAO.java 236
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 57
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 61
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 68
Expression needs parentheses Enclose the expression in parentheses. Medium AccountsId.java 70
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 55
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 57
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 59
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 61
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 68
Expression needs parentheses Enclose the expression in parentheses. Medium AutoPkSupportId.java 70
Expression needs parentheses Enclose the expression in parentheses. Medium spotajax.jsp 11
Expression needs parentheses Enclose the expression in parentheses. Medium spotajax.jsp 11
Expression needs parentheses Enclose the expression in parentheses. Medium spotajax.jsp 11
Expression needs parentheses Enclose the expression in parentheses. Medium spotajax.jsp 11
 
Violation Recommendation Severity Resource Line
Missing Javadoc comment for type AlertSettingsAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium AlertSettingsAction.java 23
Missing Javadoc comment for type AutoCompleteAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium AutoCompleteAction.java 24
Missing Javadoc comment for type BaseAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium BaseAction.java 8
Missing Javadoc comment for type CookieLoginAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium CookieLoginAction.java 44
Missing Javadoc comment for type DeviceCRUDAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DeviceCRUDAction.java 43
Missing Javadoc comment for type FenceVehicleMapAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FenceVehicleMapAction.java 23
Missing Javadoc comment for type GeofenceAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GeofenceAction.java 54
Missing Javadoc comment for type HeaderForwardAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium HeaderForwardAction.java 25
Missing Javadoc comment for type HolidayAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium HolidayAction.java 29
Missing @author tag for type LogingpsAction Run the Javadoc Repair tool on this type to add the missing @author tag. Medium LogingpsAction.java 33
Missing @version tag for type LogingpsAction Run the Javadoc Repair tool on this type to add the missing @version tag. Medium LogingpsAction.java 33
Unknown tag in Javadoc comment for type Run the Javadoc Repair tool on this method to remove the unknown tag. Medium LogingpsAction.java 38
Missing @author tag for type LogoutAction Run the Javadoc Repair tool on this type to add the missing @author tag. Medium LogoutAction.java 17
Missing @version tag for type LogoutAction Run the Javadoc Repair tool on this type to add the missing @version tag. Medium LogoutAction.java 17
Unknown tag in Javadoc comment for type Run the Javadoc Repair tool on this method to remove the unknown tag. Medium LogoutAction.java 22
Unknown tag in Javadoc comment for type Run the Javadoc Repair tool on this method to remove the unknown tag. Medium LogoutAction.java 23
Missing Javadoc comment for type MessageHandler Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium MessageHandler.java 57
Missing Javadoc comment for type MLoginGpsAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium MLoginGpsAction.java 42
Missing Javadoc comment for type RFIDAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium RFIDAction.java 29
Missing Javadoc comment for type TemplateManager Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TemplateManager.java 39
Missing Javadoc comment for type UserNotificationAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserNotificationAction.java 42
Missing Javadoc comment for type UserTripAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserTripAction.java 33
Missing Javadoc comment for type VehicleCRUDAction Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleCRUDAction.java 42
Missing Javadoc comment for type Commons Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Commons.java 6
Missing Javadoc comment for type FenceBO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FenceBO.java 3
Missing @version tag for type GpsSecurity Run the Javadoc Repair tool on this type to add the missing @version tag. Medium GpsSecurity.java 22
Missing Javadoc comment for type TestVSS Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TestVSS.java 3
Missing Javadoc comment for type DailyTripRepDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DailyTripRepDAO.java 32
Missing Javadoc comment for type DeviceProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DeviceProcessDAO.java 36
Missing Javadoc comment for type FenceUsersDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FenceUsersDAO.java 10
Missing Javadoc comment for type GeofencingDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GeofencingDAO.java 36
Missing Javadoc comment for type HolidayProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium HolidayProcessDAO.java 29
Missing Javadoc comment for type LoginGpsDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LoginGpsDAO.java 25
Missing Javadoc comment for type MessagesDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium MessagesDAO.java 29
Missing Javadoc comment for type MLoginGpsDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium MLoginGpsDAO.java 40
Missing Javadoc comment for type ReportProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ReportProcessDAO.java 26
Missing Javadoc comment for type ReportRefDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ReportRefDAO.java 25
Missing Javadoc comment for type ReportSummaryDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ReportSummaryDAO.java 9
Missing Javadoc comment for type RfHistoryDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium RfHistoryDAO.java 12
Missing Javadoc comment for type RoleProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium RoleProcessDAO.java 13
Missing Javadoc comment for type SettingsDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium SettingsDAO.java 13
Missing Javadoc comment for type UserNotificationDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserNotificationDAO.java 34
Missing Javadoc comment for type UserProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserProcessDAO.java 19
Missing Javadoc comment for type UserTripDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserTripDAO.java 38
Missing Javadoc comment for type VehicleFenceDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleFenceDAO.java 18
Missing Javadoc comment for type VehicleFenceReportDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleFenceReportDAO.java 8
Missing Javadoc comment for type VehicleProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleProcessDAO.java 35
Missing Javadoc comment for type DeviceTripDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DeviceTripDTO.java 5
Missing Javadoc comment for type DistParamsDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DistParamsDTO.java 8
Missing Javadoc comment for type FrequentTripDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FrequentTripDTO.java 3
Missing Javadoc comment for type FuelDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FuelDTO.java 5
Missing Javadoc comment for type FuelFilter Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FuelFilter.java 5
Missing Javadoc comment for type Packet Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Packet.java 6
Missing Javadoc comment for type RFIDInfoHistoryDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium RFIDInfoHistoryDTO.java 5
Missing Javadoc comment for type SpeedParamDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium SpeedParamDTO.java 6
Missing Javadoc comment for type TripByVehicleDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripByVehicleDTO.java 6
Missing Javadoc comment for type TripDistanceDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripDistanceDTO.java 6
Missing Javadoc comment for type TripParamDTO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripParamDTO.java 5
Missing Javadoc comment for type DeviceAlreadyInUseException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DeviceAlreadyInUseException.java 3
Missing Javadoc comment for type DupilicateTripException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DupilicateTripException.java 3
Missing Javadoc comment for type DuplicateAliasNameException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DuplicateAliasNameException.java 3
Missing Javadoc comment for type DuplicateDeviceNameException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DuplicateDeviceNameException.java 3
Missing Javadoc comment for type DuplicateMobileNumberException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DuplicateMobileNumberException.java 3
Missing Javadoc comment for type DuplicateRegisterNumberException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DuplicateRegisterNumberException.java 3
Missing Javadoc comment for type DuplicateVehicleNameException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DuplicateVehicleNameException.java 3
Missing Javadoc comment for type InvalidMailIdOrPasswordException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium InvalidMailIdOrPasswordException.java 3
Missing Javadoc comment for type LoginIDDoesNotMatchException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LoginIDDoesNotMatchException.java 3
Missing Javadoc comment for type NullFieldsException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium NullFieldsException.java 3
Missing Javadoc comment for type PassworDoesNotMatchException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium PassworDoesNotMatchException.java 3
Missing Javadoc comment for type TripNameDuplicateException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripNameDuplicateException.java 3
Missing Javadoc comment for type UserNotLoggedInException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserNotLoggedInException.java 3
Missing Javadoc comment for type VehicleExistsInTimeException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleExistsInTimeException.java 3
Missing Javadoc comment for type VehicleInUseException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleInUseException.java 3
Missing Javadoc comment for type GenerateMapForm Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GenerateMapForm.java 7
Missing Javadoc comment for type GeofenceForm Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GeofenceForm.java 5
Missing Javadoc comment for type GLatLng Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GLatLng.java 3
Missing @author tag for type LogingpsForm Run the Javadoc Repair tool on this type to add the missing @author tag. Medium LogingpsForm.java 9
Missing @version tag for type LogingpsForm Run the Javadoc Repair tool on this type to add the missing @version tag. Medium LogingpsForm.java 9
Unknown tag in Javadoc comment for type Run the Javadoc Repair tool on this method to remove the unknown tag. Medium LogingpsForm.java 14
Missing @version tag for type Account Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Account.java 5
Missing @version tag for type AccountDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AccountDAO.java 11
Missing @version tag for type Accounts Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Accounts.java 3
Missing @version tag for type AccountsDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AccountsDAO.java 10
Missing @version tag for type AccountsId Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AccountsId.java 3
Missing @version tag for type Address Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Address.java 5
Missing @version tag for type AddressDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AddressDAO.java 11
Missing @version tag for type Announcementsdelivery Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Announcementsdelivery.java 3
Missing @version tag for type AnnouncementsdeliveryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AnnouncementsdeliveryDAO.java 10
Missing @version tag for type Announcementsentry Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Announcementsentry.java 5
Missing @version tag for type AnnouncementsentryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AnnouncementsentryDAO.java 11
Missing @version tag for type Announcementsflag Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Announcementsflag.java 5
Missing @version tag for type AnnouncementsflagDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AnnouncementsflagDAO.java 11
Missing @version tag for type AutoPkSupport Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AutoPkSupport.java 3
Missing @version tag for type AutoPkSupportDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AutoPkSupportDAO.java 10
Missing @version tag for type AutoPkSupportId Run the Javadoc Repair tool on this type to add the missing @version tag. Medium AutoPkSupportId.java 3
Missing @version tag for type BaseHibernateDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BaseHibernateDAO.java 6
Missing @version tag for type Blogsentry Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Blogsentry.java 5
Missing @version tag for type BlogsentryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BlogsentryDAO.java 11
Missing @version tag for type Blogsstatsuser Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Blogsstatsuser.java 5
Missing @version tag for type BlogsstatsuserDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BlogsstatsuserDAO.java 11
Missing @version tag for type Bookmarksentry Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Bookmarksentry.java 5
Missing @version tag for type BookmarksentryDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BookmarksentryDAO.java 11
Missing @version tag for type Bookmarksfolder Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Bookmarksfolder.java 5
Missing @version tag for type BookmarksfolderDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BookmarksfolderDAO.java 11
Missing @version tag for type Browsertracker Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Browsertracker.java 3
Missing @version tag for type BrowsertrackerDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium BrowsertrackerDAO.java 10
Missing @version tag for type Calevent Run the Javadoc Repair tool on this type to add the missing @version tag. Medium Calevent.java 5
Missing @version tag for type CaleventDAO Run the Javadoc Repair tool on this type to add the missing @version tag. Medium CaleventDAO.java 11
Missing Javadoc comment for type GenerateMapTester Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GenerateMapTester.java 23
Missing Javadoc comment for type TestDailyTripRepDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TestDailyTripRepDAO.java 15
Missing Javadoc comment for type TestDailyTripReport Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TestDailyTripReport.java 15
Missing Javadoc comment for type TestFuelReport Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TestFuelReport.java 18
Missing Javadoc comment for type TestTripProcessDAO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TestTripProcessDAO.java 23
 
Violation Recommendation Severity Resource Line
Missing default constructor Declare a default constructor for the class. Medium DistParamsDTO.java 8
Missing default constructor Declare a default constructor for the class. Medium FrequentTripDTO.java 3
Missing default constructor Declare a default constructor for the class. Medium FuelFilter.java 5
Missing default constructor Declare a default constructor for the class. Medium Packet.java 6
Missing default constructor Declare a default constructor for the class. Medium RFIDInfoHistoryDTO.java 5
Missing default constructor Declare a default constructor for the class. Medium SpeedParamDTO.java 6
Missing default constructor Declare a default constructor for the class. Medium TripByVehicleDTO.java 6
Missing default constructor Declare a default constructor for the class. Medium TripParamDTO.java 5
Missing default constructor Declare a default constructor for the class. Medium DeviceAlreadyInUseException.java 3
Missing default constructor Declare a default constructor for the class. Medium DupilicateTripException.java 3
Missing default constructor Declare a default constructor for the class. Medium DuplicateAliasNameException.java 3
Missing default constructor Declare a default constructor for the class. Medium DuplicateDeviceNameException.java 3
Missing default constructor Declare a default constructor for the class. Medium DuplicateMobileNumberException.java 3
Missing default constructor Declare a default constructor for the class. Medium DuplicateRegisterNumberException.java 3
Missing default constructor Declare a default constructor for the class. Medium DuplicateVehicleNameException.java 3
Missing default constructor Declare a default constructor for the class. Medium InvalidMailIdOrPasswordException.java 3
Missing default constructor Declare a default constructor for the class. Medium NullFieldsException.java 3
Missing default constructor Declare a default constructor for the class. Medium TripNameDuplicateException.java 3
Missing default constructor Declare a default constructor for the class. Medium UserNotLoggedInException.java 3
Missing default constructor Declare a default constructor for the class. Medium VehicleExistsInTimeException.java 3
Missing default constructor Declare a default constructor for the class. Medium VehicleInUseException.java 3
Missing default constructor Declare a default constructor for the class. Medium GLatLng.java 3
 
Violation Recommendation Severity Resource Line
Missing update in for statement Add an updated clause to the for statement or consider replacing it with a while statement. Medium treeAlignment2.jsp 41
Missing update in for statement Add an updated clause to the for statement or consider replacing it with a while statement. Medium treeAlignment2.jsp 41
 
Violation Recommendation Severity Resource Line
"Commons" does not override clone() Override clone(). Medium Commons.java 6
"FenceBO" does not override clone() Override clone(). Medium FenceBO.java 3
"GpsSecurity" does not override clone() Override clone(). Medium GpsSecurity.java 26
"TestVSS" does not override clone() Override clone(). Medium TestVSS.java 3
"DailyTripRepDAO" does not override clone() Override clone(). Medium DailyTripRepDAO.java 32
"DeviceProcessDAO" does not override clone() Override clone(). Medium DeviceProcessDAO.java 36
"FenceUsersDAO" does not override clone() Override clone(). Medium FenceUsersDAO.java 10
"GeofencingDAO" does not override clone() Override clone(). Medium GeofencingDAO.java 36
"HolidayProcessDAO" does not override clone() Override clone(). Medium HolidayProcessDAO.java 29
"LoginGpsDAO" does not override clone() Override clone(). Medium LoginGpsDAO.java 25
"MessagesDAO" does not override clone() Override clone(). Medium MessagesDAO.java 29
"ReportProcessDAO" does not override clone() Override clone(). Medium ReportProcessDAO.java 26
"ReportRefDAO" does not override clone() Override clone(). Medium ReportRefDAO.java 25
"ReportSummaryDAO" does not override clone() Override clone(). Medium ReportSummaryDAO.java 9
"RfHistoryDAO" does not override clone() Override clone(). Medium RfHistoryDAO.java 12
"RoleProcessDAO" does not override clone() Override clone(). Medium RoleProcessDAO.java 13
"SettingsDAO" does not override clone() Override clone(). Medium SettingsDAO.java 13
"UserNotificationDAO" does not override clone() Override clone(). Medium UserNotificationDAO.java 34
"UserProcessDAO" does not override clone() Override clone(). Medium UserProcessDAO.java 19
"UserTripDAO" does not override clone() Override clone(). Medium UserTripDAO.java 38
"VehicleFenceDAO" does not override clone() Override clone(). Medium VehicleFenceDAO.java 18
"VehicleFenceReportDAO" does not override clone() Override clone(). Medium VehicleFenceReportDAO.java 8
"VehicleProcessDAO" does not override clone() Override clone(). Medium VehicleProcessDAO.java 35
"DeviceTripDTO" does not override clone() Override clone(). Medium DeviceTripDTO.java 5
"DistParamsDTO" does not override clone() Override clone(). Medium DistParamsDTO.java 8
"FrequentTripDTO" does not override clone() Override clone(). Medium FrequentTripDTO.java 3
"FuelDTO" does not override clone() Override clone(). Medium FuelDTO.java 5
"FuelFilter" does not override clone() Override clone(). Medium FuelFilter.java 5
"Packet" does not override clone() Override clone(). Medium Packet.java 6
"RFIDInfoHistoryDTO" does not override clone() Override clone(). Medium RFIDInfoHistoryDTO.java 5
"SpeedParamDTO" does not override clone() Override clone(). Medium SpeedParamDTO.java 6
"TripByVehicleDTO" does not override clone() Override clone(). Medium TripByVehicleDTO.java 6
"TripDistanceDTO" does not override clone() Override clone(). Medium TripDistanceDTO.java 6
"TripParamDTO" does not override clone() Override clone(). Medium TripParamDTO.java 5
"DeviceAlreadyInUseException" does not override clone() Override clone(). Medium DeviceAlreadyInUseException.java 3
"DupilicateTripException" does not override clone() Override clone(). Medium DupilicateTripException.java 3
"DuplicateAliasNameException" does not override clone() Override clone(). Medium DuplicateAliasNameException.java 3
"DuplicateDeviceNameException" does not override clone() Override clone(). Medium DuplicateDeviceNameException.java 3
"DuplicateMobileNumberException" does not override clone() Override clone(). Medium DuplicateMobileNumberException.java 3
"DuplicateRegisterNumberException" does not override clone() Override clone(). Medium DuplicateRegisterNumberException.java 3
"DuplicateVehicleNameException" does not override clone() Override clone(). Medium DuplicateVehicleNameException.java 3
"InvalidMailIdOrPasswordException" does not override clone() Override clone(). Medium InvalidMailIdOrPasswordException.java 3
"LoginIDDoesNotMatchException" does not override clone() Override clone(). Medium LoginIDDoesNotMatchException.java 3
"NullFieldsException" does not override clone() Override clone(). Medium NullFieldsException.java 3
"PassworDoesNotMatchException" does not override clone() Override clone(). Medium PassworDoesNotMatchException.java 3
"TripNameDuplicateException" does not override clone() Override clone(). Medium TripNameDuplicateException.java 3
"UserNotLoggedInException" does not override clone() Override clone(). Medium UserNotLoggedInException.java 3
"VehicleExistsInTimeException" does not override clone() Override clone(). Medium VehicleExistsInTimeException.java 3
"VehicleInUseException" does not override clone() Override clone(). Medium VehicleInUseException.java 3
"GenerateMapForm" does not override clone() Override clone(). Medium GenerateMapForm.java 7
"GeofenceForm" does not override clone() Override clone(). Medium GeofenceForm.java 5
"GLatLng" does not override clone() Override clone(). Medium GLatLng.java 3
"LogingpsForm" does not override clone() Override clone(). Medium LogingpsForm.java 16
"Account" does not override clone() Override clone(). Medium Account.java 11
"AccountDAO" does not override clone() Override clone(). Medium AccountDAO.java 23
"Accounts" does not override clone() Override clone(). Medium Accounts.java 9
"AccountsDAO" does not override clone() Override clone(). Medium AccountsDAO.java 22
"AccountsId" does not override clone() Override clone(). Medium AccountsId.java 9
"Address" does not override clone() Override clone(). Medium Address.java 11
"AddressDAO" does not override clone() Override clone(). Medium AddressDAO.java 23
"Announcementsdelivery" does not override clone() Override clone(). Medium Announcementsdelivery.java 9
"AnnouncementsdeliveryDAO" does not override clone() Override clone(). Medium AnnouncementsdeliveryDAO.java 22
"Announcementsentry" does not override clone() Override clone(). Medium Announcementsentry.java 11
"AnnouncementsentryDAO" does not override clone() Override clone(). Medium AnnouncementsentryDAO.java 23
"Announcementsflag" does not override clone() Override clone(). Medium Announcementsflag.java 11
"AnnouncementsflagDAO" does not override clone() Override clone(). Medium AnnouncementsflagDAO.java 23
"AutoPkSupport" does not override clone() Override clone(). Medium AutoPkSupport.java 9
"AutoPkSupportDAO" does not override clone() Override clone(). Medium AutoPkSupportDAO.java 22
"AutoPkSupportId" does not override clone() Override clone(). Medium AutoPkSupportId.java 9
"BaseHibernateDAO" does not override clone() Override clone(). Medium BaseHibernateDAO.java 10
"Blogsentry" does not override clone() Override clone(). Medium Blogsentry.java 11
"BlogsentryDAO" does not override clone() Override clone(). Medium BlogsentryDAO.java 23
"Blogsstatsuser" does not override clone() Override clone(). Medium Blogsstatsuser.java 11
"BlogsstatsuserDAO" does not override clone() Override clone(). Medium BlogsstatsuserDAO.java 23
"Bookmarksentry" does not override clone() Override clone(). Medium Bookmarksentry.java 11
"BookmarksentryDAO" does not override clone() Override clone(). Medium BookmarksentryDAO.java 23
"Bookmarksfolder" does not override clone() Override clone(). Medium Bookmarksfolder.java 11
"BookmarksfolderDAO" does not override clone() Override clone(). Medium BookmarksfolderDAO.java 23
"Browsertracker" does not override clone() Override clone(). Medium Browsertracker.java 9
"BrowsertrackerDAO" does not override clone() Override clone(). Medium BrowsertrackerDAO.java 22
"Calevent" does not override clone() Override clone(). Medium Calevent.java 11
"CaleventDAO" does not override clone() Override clone(). Medium CaleventDAO.java 23
"GenerateMapTester" does not override clone() Override clone(). Medium GenerateMapTester.java 24
"TestDailyTripRepDAO" does not override clone() Override clone(). Medium TestDailyTripRepDAO.java 15
"TestDailyTripReport" does not override clone() Override clone(). Medium TestDailyTripReport.java 15
"TestFuelReport" does not override clone() Override clone(). Medium TestFuelReport.java 18
"TestTripProcessDAO" does not override clone() Override clone(). Medium TestTripProcessDAO.java 23
 
Violation Recommendation Severity Resource Line
toString() is missing Add toString to AlertSettingsAction. Medium AlertSettingsAction.java 23
toString() is missing Add toString to AutoCompleteAction. Medium AutoCompleteAction.java 24
toString() is missing Add toString to BaseAction. Medium BaseAction.java 8
toString() is missing Add toString to CookieLoginAction. Medium CookieLoginAction.java 44
toString() is missing Add toString to DeviceCRUDAction. Medium DeviceCRUDAction.java 43
toString() is missing Add toString to FenceVehicleMapAction. Medium FenceVehicleMapAction.java 23
toString() is missing Add toString to GeofenceAction. Medium GeofenceAction.java 54
toString() is missing Add toString to HeaderForwardAction. Medium HeaderForwardAction.java 25
toString() is missing Add toString to HolidayAction. Medium HolidayAction.java 29
toString() is missing Add toString to LogingpsAction. Medium LogingpsAction.java 41
toString() is missing Add toString to LogoutAction. Medium LogoutAction.java 25
toString() is missing Add toString to MessageHandler. Medium MessageHandler.java 57
toString() is missing Add toString to MLoginGpsAction. Medium MLoginGpsAction.java 42
toString() is missing Add toString to RFIDAction. Medium RFIDAction.java 29
toString() is missing Add toString to TemplateManager. Medium TemplateManager.java 39
toString() is missing Add toString to UserNotificationAction. Medium UserNotificationAction.java 42
toString() is missing Add toString to UserTripAction. Medium UserTripAction.java 33
toString() is missing Add toString to VehicleCRUDAction. Medium VehicleCRUDAction.java 42
toString() is missing Add toString to Commons. Medium Commons.java 6
toString() is missing Add toString to GpsSecurity. Medium GpsSecurity.java 26
toString() is missing Add toString to TestVSS. Medium TestVSS.java 3
toString() is missing Add toString to DailyTripRepDAO. Medium DailyTripRepDAO.java 32
toString() is missing Add toString to DeviceProcessDAO. Medium DeviceProcessDAO.java 36
toString() is missing Add toString to FenceUsersDAO. Medium FenceUsersDAO.java 10
toString() is missing Add toString to GeofencingDAO. Medium GeofencingDAO.java 36
toString() is missing Add toString to HolidayProcessDAO. Medium HolidayProcessDAO.java 29
toString() is missing Add toString to LoginGpsDAO. Medium LoginGpsDAO.java 25
toString() is missing Add toString to MessagesDAO. Medium MessagesDAO.java 29
toString() is missing Add toString to MLoginGpsDAO. Medium MLoginGpsDAO.java 40
toString() is missing Add toString to ReportProcessDAO. Medium ReportProcessDAO.java 26
toString() is missing Add toString to ReportRefDAO. Medium ReportRefDAO.java 25
toString() is missing Add toString to ReportSummaryDAO. Medium ReportSummaryDAO.java 9
toString() is missing Add toString to RfHistoryDAO. Medium RfHistoryDAO.java 12
toString() is missing Add toString to RoleProcessDAO. Medium RoleProcessDAO.java 13
toString() is missing Add toString to SettingsDAO. Medium SettingsDAO.java 13
toString() is missing Add toString to UserNotificationDAO. Medium UserNotificationDAO.java 34
toString() is missing Add toString to UserProcessDAO. Medium UserProcessDAO.java 19
toString() is missing Add toString to UserTripDAO. Medium UserTripDAO.java 38
toString() is missing Add toString to VehicleFenceDAO. Medium VehicleFenceDAO.java 18
toString() is missing Add toString to VehicleFenceReportDAO. Medium VehicleFenceReportDAO.java 8
toString() is missing Add toString to VehicleProcessDAO. Medium VehicleProcessDAO.java 35
toString() is missing Add toString to DeviceTripDTO. Medium DeviceTripDTO.java 5
toString() is missing Add toString to DistParamsDTO. Medium DistParamsDTO.java 8
toString() is missing Add toString to FrequentTripDTO. Medium FrequentTripDTO.java 3
toString() is missing Add toString to FuelDTO. Medium FuelDTO.java 5
toString() is missing Add toString to FuelFilter. Medium FuelFilter.java 5
toString() is missing Add toString to Packet. Medium Packet.java 6
toString() is missing Add toString to RFIDInfoHistoryDTO. Medium RFIDInfoHistoryDTO.java 5
toString() is missing Add toString to SpeedParamDTO. Medium SpeedParamDTO.java 6
toString() is missing Add toString to TripByVehicleDTO. Medium TripByVehicleDTO.java 6
toString() is missing Add toString to TripDistanceDTO. Medium TripDistanceDTO.java 6
toString() is missing Add toString to TripParamDTO. Medium TripParamDTO.java 5
toString() is missing Add toString to GenerateMapForm. Medium GenerateMapForm.java 7
toString() is missing Add toString to GeofenceForm. Medium GeofenceForm.java 5
toString() is missing Add toString to GLatLng. Medium GLatLng.java 3
toString() is missing Add toString to LogingpsForm. Medium LogingpsForm.java 16
toString() is missing Add toString to Account. Medium Account.java 11
toString() is missing Add toString to AccountDAO. Medium AccountDAO.java 23
toString() is missing Add toString to Accounts. Medium Accounts.java 9
toString() is missing Add toString to AccountsDAO. Medium AccountsDAO.java 22
toString() is missing Add toString to AccountsId. Medium AccountsId.java 9
toString() is missing Add toString to Address. Medium Address.java 11
toString() is missing Add toString to AddressDAO. Medium AddressDAO.java 23
toString() is missing Add toString to Announcementsdelivery. Medium Announcementsdelivery.java 9
toString() is missing Add toString to AnnouncementsdeliveryDAO. Medium AnnouncementsdeliveryDAO.java 22
toString() is missing Add toString to Announcementsentry. Medium Announcementsentry.java 11
toString() is missing Add toString to AnnouncementsentryDAO. Medium AnnouncementsentryDAO.java 23
toString() is missing Add toString to Announcementsflag. Medium Announcementsflag.java 11
toString() is missing Add toString to AnnouncementsflagDAO. Medium AnnouncementsflagDAO.java 23
toString() is missing Add toString to AutoPkSupport. Medium AutoPkSupport.java 9
toString() is missing Add toString to AutoPkSupportDAO. Medium AutoPkSupportDAO.java 22
toString() is missing Add toString to AutoPkSupportId. Medium AutoPkSupportId.java 9
toString() is missing Add toString to BaseHibernateDAO. Medium BaseHibernateDAO.java 10
toString() is missing Add toString to Blogsentry. Medium Blogsentry.java 11
toString() is missing Add toString to BlogsentryDAO. Medium BlogsentryDAO.java 23
toString() is missing Add toString to Blogsstatsuser. Medium Blogsstatsuser.java 11
toString() is missing Add toString to BlogsstatsuserDAO. Medium BlogsstatsuserDAO.java 23
toString() is missing Add toString to Bookmarksentry. Medium Bookmarksentry.java 11
toString() is missing Add toString to BookmarksentryDAO. Medium BookmarksentryDAO.java 23
toString() is missing Add toString to Bookmarksfolder. Medium Bookmarksfolder.java 11
toString() is missing Add toString to BookmarksfolderDAO. Medium BookmarksfolderDAO.java 23
toString() is missing Add toString to Browsertracker. Medium Browsertracker.java 9
toString() is missing Add toString to BrowsertrackerDAO. Medium BrowsertrackerDAO.java 22
toString() is missing Add toString to Calevent. Medium Calevent.java 11
toString() is missing Add toString to CaleventDAO. Medium CaleventDAO.java 23
toString() is missing Add toString to GenerateMapTester. Medium GenerateMapTester.java 24
toString() is missing Add toString to TestDailyTripRepDAO. Medium TestDailyTripRepDAO.java 15
toString() is missing Add toString to TestDailyTripReport. Medium TestDailyTripReport.java 15
toString() is missing Add toString to TestFuelReport. Medium TestFuelReport.java 18
toString() is missing Add toString to TestTripProcessDAO. Medium TestTripProcessDAO.java 23
 
Violation Recommendation Severity Resource Line
Constant on right side of comparison Reverse the order of the operands. Medium AlertSettingsAction.java 64
Constant on right side of comparison Reverse the order of the operands. Medium AlertSettingsAction.java 105
Constant on right side of comparison Reverse the order of the operands. Medium AlertSettingsAction.java 154
Constant on right side of comparison Reverse the order of the operands. Medium AlertSettingsAction.java 168
Constant on right side of comparison Reverse the order of the operands. Medium AlertSettingsAction.java 172
Constant on right side of comparison Reverse the order of the operands. Medium AutoCompleteAction.java 57
Constant on right side of comparison Reverse the order of the operands. Medium AutoCompleteAction.java 64
Constant on right side of comparison Reverse the order of the operands. Medium DeviceCRUDAction.java 155
Constant on right side of comparison Reverse the order of the operands. Medium FenceVehicleMapAction.java 100
Constant on right side of comparison Reverse the order of the operands. Medium FenceVehicleMapAction.java 137
Constant on right side of comparison Reverse the order of the operands. Medium FenceVehicleMapAction.java 187
Constant on right side of comparison Reverse the order of the operands. Medium FenceVehicleMapAction.java 193
Constant on right side of comparison Reverse the order of the operands. Medium GeofenceAction.java 133
Constant on right side of comparison Reverse the order of the operands. Medium GeofenceAction.java 139
Constant on right side of comparison Reverse the order of the operands. Medium HolidayAction.java 88
Constant on right side of comparison Reverse the order of the operands. Medium HolidayAction.java 104
Constant on right side of comparison Reverse the order of the operands. Medium HolidayAction.java 112
Constant on right side of comparison Reverse the order of the operands. Medium HolidayAction.java 127
Constant on right side of comparison Reverse the order of the operands. Medium HolidayAction.java 136
Constant on right side of comparison Reverse the order of the operands. Medium HolidayAction.java 176
Constant on right side of comparison Reverse the order of the operands. Medium HolidayAction.java 193
Constant on right side of comparison Reverse the order of the operands. Medium HolidayAction.java 226
Constant on right side of comparison Reverse the order of the operands. Medium HolidayAction.java 231
Constant on right side of comparison Reverse the order of the operands. Medium LogingpsAction.java 160
Constant on right side of comparison Reverse the order of the operands. Medium LogingpsAction.java 162
Constant on right side of comparison Reverse the order of the operands. Medium LogingpsAction.java 164
Constant on right side of comparison Reverse the order of the operands. Medium LogingpsAction.java 166
Constant on right side of comparison Reverse the order of the operands. Medium MessageHandler.java 154
Constant on right side of comparison Reverse the order of the operands. Medium MessageHandler.java 248
Constant on right side of comparison Reverse the order of the operands. Medium MLoginGpsAction.java 166
Constant on right side of comparison Reverse the order of the operands. Medium RFIDAction.java 107
Constant on right side of comparison Reverse the order of the operands. Medium RFIDAction.java 112
Constant on right side of comparison Reverse the order of the operands. Medium RFIDAction.java 158
Constant on right side of comparison Reverse the order of the operands. Medium RFIDAction.java 231
Constant on right side of comparison Reverse the order of the operands. Medium DailyTripRepDAO.java 76
Constant on right side of comparison Reverse the order of the operands. Medium DailyTripRepDAO.java 76
Constant on right side of comparison Reverse the order of the operands. Medium DailyTripRepDAO.java 76
Constant on right side of comparison Reverse the order of the operands. Medium DailyTripRepDAO.java 81
Constant on right side of comparison Reverse the order of the operands. Medium DailyTripRepDAO.java 81
Constant on right side of comparison Reverse the order of the operands. Medium DailyTripRepDAO.java 83
Constant on right side of comparison Reverse the order of the operands. Medium DailyTripRepDAO.java 83
Constant on right side of comparison Reverse the order of the operands. Medium DailyTripRepDAO.java 95
Constant on right side of comparison Reverse the order of the operands. Medium DeviceProcessDAO.java 117
Constant on right side of comparison Reverse the order of the operands. Medium FenceUsersDAO.java 24
Constant on right side of comparison Reverse the order of the operands. Medium FenceUsersDAO.java 69
Constant on right side of comparison Reverse the order of the operands. Medium FenceUsersDAO.java 85
Constant on right side of comparison Reverse the order of the operands. Medium FenceUsersDAO.java 174
Constant on right side of comparison Reverse the order of the operands. Medium FenceUsersDAO.java 174
Constant on right side of comparison Reverse the order of the operands. Medium FenceUsersDAO.java 213
Constant on right side of comparison Reverse the order of the operands. Medium FenceUsersDAO.java 213
Constant on right side of comparison Reverse the order of the operands. Medium FenceUsersDAO.java 215
Constant on right side of comparison Reverse the order of the operands. Medium MessagesDAO.java 62
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 65
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 65
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 65
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 70
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 70
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 79
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 79
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 81
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 81
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 89
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 89
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 94
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 94
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 100
Constant on right side of comparison Reverse the order of the operands. Medium ReportProcessDAO.java 100
Constant on right side of comparison Reverse the order of the operands. Medium RfHistoryDAO.java 49
Constant on right side of comparison Reverse the order of the operands. Medium RfHistoryDAO.java 49
Constant on right side of comparison Reverse the order of the operands. Medium RfHistoryDAO.java 51
Constant on right side of comparison Reverse the order of the operands. Medium RfHistoryDAO.java 51
Constant on right side of comparison Reverse the order of the operands. Medium RfHistoryDAO.java 53
Constant on right side of comparison Reverse the order of the operands. Medium RfHistoryDAO.java 77
Constant on right side of comparison Reverse the order of the operands. Medium RfHistoryDAO.java 77
Constant on right side of comparison Reverse the order of the operands. Medium RfHistoryDAO.java 102
Constant on right side of comparison Reverse the order of the operands. Medium RfHistoryDAO.java 110
Constant on right side of comparison Reverse the order of the operands. Medium RfHistoryDAO.java 134
Constant on right side of comparison Reverse the order of the operands. Medium SettingsDAO.java 33
Constant on right side of comparison Reverse the order of the operands. Medium SettingsDAO.java 74
Constant on right side of comparison Reverse the order of the operands. Medium UserProcessDAO.java 108
Constant on right side of comparison Reverse the order of the operands. Medium UserProcessDAO.java 108
Constant on right side of comparison Reverse the order of the operands. Medium UserProcessDAO.java 108
Constant on right side of comparison Reverse the order of the operands. Medium UserProcessDAO.java 110
Constant on right side of comparison Reverse the order of the operands. Medium UserProcessDAO.java 112
Constant on right side of comparison Reverse the order of the operands. Medium VehicleFenceDAO.java 42
Constant on right side of comparison Reverse the order of the operands. Medium VehicleFenceDAO.java 82
Constant on right side of comparison Reverse the order of the operands. Medium VehicleFenceDAO.java 112
Constant on right side of comparison Reverse the order of the operands. Medium VehicleProcessDAO.java 79
Constant on right side of comparison Reverse the order of the operands. Medium VehicleProcessDAO.java 209
Constant on right side of comparison Reverse the order of the operands. Medium VehicleProcessDAO.java 219
Constant on right side of comparison Reverse the order of the operands. Medium VehicleProcessDAO.java 228
Constant on right side of comparison Reverse the order of the operands. Medium VehicleProcessDAO.java 236
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 49
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 56
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 57
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 60
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 61
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 69
Constant on right side of comparison Reverse the order of the operands. Medium AccountsId.java 72
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 49
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 56
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 57
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 60
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 61
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 69
Constant on right side of comparison Reverse the order of the operands. Medium AutoPkSupportId.java 71
Constant on right side of comparison Reverse the order of the operands. Medium geoMapFence.jsp 142
Constant on right side of comparison Reverse the order of the operands. Medium mapajax.jsp 12
Constant on right side of comparison Reverse the order of the operands. Medium mapajax.jsp 14
Constant on right side of comparison Reverse the order of the operands. Medium spotajax.jsp 11
Constant on right side of comparison Reverse the order of the operands. Medium spotajax.jsp 11
Constant on right side of comparison Reverse the order of the operands. Medium mapajax.jsp 12
Constant on right side of comparison Reverse the order of the operands. Medium mapajax.jsp 14
Constant on right side of comparison Reverse the order of the operands. Medium spotajax.jsp 11
Constant on right side of comparison Reverse the order of the operands. Medium spotajax.jsp 11
Constant on right side of comparison Reverse the order of the operands. Medium fenceNotification.jsp 113
Constant on right side of comparison Reverse the order of the operands. Medium searchTrip.jsp 61
 
Violation Recommendation Severity Resource Line
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium DeviceProcessDAO.java 92
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium HolidayProcessDAO.java 65
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium HolidayProcessDAO.java 97
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium HolidayProcessDAO.java 125
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium UserNotificationDAO.java 110
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium VehicleProcessDAO.java 131
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium VehicleProcessDAO.java 177
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 47
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 58
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 70
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 85
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 100
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 164
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 176
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 187
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountDAO.java 198
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 34
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 99
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 111
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 122
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AccountsDAO.java 133
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 49
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 60
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 102
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 174
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 186
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 197
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AddressDAO.java 208
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 40
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 51
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 63
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 78
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 93
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 129
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 142
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 153
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsdeliveryDAO.java 164
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 47
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 58
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 70
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 85
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 100
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 160
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 173
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 184
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsentryDAO.java 195
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 38
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 49
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 61
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 76
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 91
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 115
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 128
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 139
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AnnouncementsflagDAO.java 150
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 34
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 57
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 72
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 87
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 99
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 112
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 123
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium AutoPkSupportDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 45
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 56
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 68
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 83
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 98
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 154
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 167
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 178
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsentryDAO.java 189
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 41
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 52
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 64
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 79
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 94
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 147
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 158
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BlogsstatsuserDAO.java 169
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 44
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 55
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 67
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 82
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 97
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 149
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 162
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 173
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksentryDAO.java 184
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 41
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 52
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 64
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 79
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 94
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 134
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 147
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 158
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BookmarksfolderDAO.java 169
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 35
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 46
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 58
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 73
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 88
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 108
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 121
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 132
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium BrowsertrackerDAO.java 143
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 51
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 62
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 74
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 89
Disallowed exception thrown: java.lang.RuntimeException Delete the throw statement. Medium CaleventDAO.java 104
 
Violation Recommendation Severity Resource Line
String literal can be replaced by a character literal Replace the string literal with a character literal. Medium MessageHandler.java 190
String literal can be replaced by a character literal Replace the string literal with a character literal. Medium MessageHandler.java 192
String literal can be replaced by a character literal Replace the string literal with a character literal. Medium MessageHandler.java 192
String literal can be replaced by a character literal Replace the string literal with a character literal. Medium MessageHandler.java 192
String literal can be replaced by a character literal Replace the string literal with a character literal. Medium MessageHandler.java 192
String literal can be replaced by a character literal Replace the string literal with a character literal. Medium MessageHandler.java 196
String literal can be replaced by a character literal Replace the string literal with a character literal. Medium VehicleProcessDAO.java 107
 
Violation Recommendation Severity Resource Line
Found a non-private method returning an internal array Do not return this internal array directly. Medium FenceVehicleMapAction.java 41
Found a non-private method setting an internal array Do not set this internal array directly. Medium FenceVehicleMapAction.java 46
 
Violation Recommendation Severity Resource Line
Statically initialized array The array should be initialized dynamically. Medium CookieLoginAction.java 141
Statically initialized array The array should be initialized dynamically. Medium MLoginGpsAction.java 141
Statically initialized array The array should be initialized dynamically. Medium GpsSecurity.java 36
 
Violation Recommendation Severity Resource Line
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium GenerateMapTester.java 39
Missing message in assertion method "assertNotNull" Inserts an empty String message into the method invocation Medium TestDailyTripRepDAO.java 20
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium TestDailyTripRepDAO.java 25
Missing message in assertion method "assertNotNull" Inserts an empty String message into the method invocation Medium TestDailyTripReport.java 20
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium TestDailyTripReport.java 26
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium TestFuelReport.java 28
Missing message in assertion method "assertNotNull" Inserts an empty String message into the method invocation Medium TestFuelReport.java 38
Missing message in assertion method "assertNotNull" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 28
Missing message in assertion method "assertNotNull" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 43
Missing message in assertion method "assertNotNull" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 59
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 64
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 71
Missing message in assertion method "assertNotNull" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 79
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 87
Missing message in assertion method "assertNotNull" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 94
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 100
Missing message in assertion method "assertNotNull" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 106
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 112
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 118
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 119
Missing message in assertion method "assertNotNull" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 124
Missing message in assertion method "assertNull" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 129
Missing message in assertion method "assertNotNull" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 139
Missing message in assertion method "assertEquals" Inserts an empty String message into the method invocation Medium TestTripProcessDAO.java 154
 
Violation Recommendation Severity Resource Line
Missing Namespace Version Add the version of the WSDL or schema to the end of the namespace. Medium PolygonRegion.wsdl 2
Missing Namespace Version Add the version of the WSDL or schema to the end of the namespace. Medium PolygonRegion.wsdl 4
 
Violation Recommendation Severity Resource Line
Transient field "log=Logger.getLogger(getClass())" found in a non-serializable class "Commons" Make the type implement Serializable. Medium Commons.java 8
 
Violation Recommendation Severity Resource Line
Array is stored without copying You should copy arrays when you store them Medium FenceVehicleMapAction.java 46
 
Violation Recommendation Severity Resource Line
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AlertSettingsAction.java 36
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AlertSettingsAction.java 103
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AlertSettingsAction.java 152
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AlertSettingsAction.java 152
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AlertSettingsAction.java 152
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AlertSettingsAction.java 158
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AlertSettingsAction.java 158
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AlertSettingsAction.java 158
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AlertSettingsAction.java 171
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AutoCompleteAction.java 56
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AutoCompleteAction.java 56
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AutoCompleteAction.java 92
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AutoCompleteAction.java 92
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AutoCompleteAction.java 108
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AutoCompleteAction.java 108
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AutoCompleteAction.java 109
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium AutoCompleteAction.java 109
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium BaseAction.java 12
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium BaseAction.java 13
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium BaseAction.java 14
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium BaseAction.java 15
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DeviceCRUDAction.java 210
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DeviceCRUDAction.java 210
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 63
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 63
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 70
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 70
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 97
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 97
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 104
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 104
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 149
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 149
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 157
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 157
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceVehicleMapAction.java 185
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium GeofenceAction.java 130
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium GeofenceAction.java 130
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium HolidayAction.java 95
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium HolidayAction.java 95
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium MessageHandler.java 117
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium MessageHandler.java 161
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium MessageHandler.java 161
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium MessageHandler.java 186
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium MessageHandler.java 186
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium RFIDAction.java 79
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium RFIDAction.java 125
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium RFIDAction.java 152
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium RFIDAction.java 152
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium GpsSecurity.java 159
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium GpsSecurity.java 162
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceUsersDAO.java 129
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium FenceUsersDAO.java 129
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium MessagesDAO.java 73
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium ReportProcessDAO.java 119
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium ReportProcessDAO.java 122
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium RfHistoryDAO.java 151
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium SettingsDAO.java 89
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium SettingsDAO.java 89
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium SettingsDAO.java 89
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium SettingsDAO.java 89
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium UserNotificationDAO.java 45
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium UserNotificationDAO.java 45
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium UserProcessDAO.java 79
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium UserProcessDAO.java 79
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium UserProcessDAO.java 140
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium UserProcessDAO.java 140
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestDailyTripRepDAO.java 20
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestDailyTripRepDAO.java 25
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestDailyTripReport.java 20
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestDailyTripReport.java 26
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestDailyTripReport.java 26
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestFuelReport.java 23
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestFuelReport.java 24
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 28
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 28
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 33
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 33
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 38
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 38
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 43
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 49
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 54
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 59
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 59
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 64
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 64
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 64
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 71
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 71
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 71
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 79
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 87
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 94
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 100
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 112
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 112
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 139
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TestTripProcessDAO.java 154
 
Violation Recommendation Severity Resource Line
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AlertSettingsAction.java 154
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AlertSettingsAction.java 168
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium GeofenceAction.java 137
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium HolidayAction.java 112
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium HolidayAction.java 117
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium HolidayAction.java 225
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DailyTripRepDAO.java 69
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DailyTripRepDAO.java 100
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DailyTripRepDAO.java 100
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DailyTripRepDAO.java 100
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DailyTripRepDAO.java 101
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DailyTripRepDAO.java 101
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DailyTripRepDAO.java 101
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DailyTripRepDAO.java 101
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DailyTripRepDAO.java 130
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium GeofencingDAO.java 59
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium GeofencingDAO.java 60
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium GeofencingDAO.java 61
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium GeofencingDAO.java 89
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium GeofencingDAO.java 180
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium ReportProcessDAO.java 64
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium ReportProcessDAO.java 64
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium ReportProcessDAO.java 70
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium ReportProcessDAO.java 89
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium ReportProcessDAO.java 94
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium RfHistoryDAO.java 77
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium UserNotificationDAO.java 141
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium UserProcessDAO.java 62
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium VehicleProcessDAO.java 54
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium SpeedParamDTO.java 73
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium SpeedParamDTO.java 73
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripDistanceDTO.java 189
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripDistanceDTO.java 189
 
Violation Recommendation Severity Resource Line
The keyword "this" is unnecessary Delete the keyword "this". Medium BaseAction.java 55
The keyword "this" is unnecessary Delete the keyword "this". Medium BaseAction.java 59
The keyword "this" is unnecessary Delete the keyword "this". Medium DeviceCRUDAction.java 86
The keyword "this" is unnecessary Delete the keyword "this". Medium HeaderForwardAction.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium HolidayAction.java 268
The keyword "this" is unnecessary Delete the keyword "this". Medium HolidayAction.java 275
The keyword "this" is unnecessary Delete the keyword "this". Medium LogingpsAction.java 211
The keyword "this" is unnecessary Delete the keyword "this". Medium LogingpsAction.java 218
The keyword "this" is unnecessary Delete the keyword "this". Medium FuelFilter.java 35
The keyword "this" is unnecessary Delete the keyword "this". Medium FuelFilter.java 38
The keyword "this" is unnecessary Delete the keyword "this". Medium FuelFilter.java 44
The keyword "this" is unnecessary Delete the keyword "this". Medium FuelFilter.java 50
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 70
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 78
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 86
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 94
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 102
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 110
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 118
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 126
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 134
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 142
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 150
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 158
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 166
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 174
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 182
The keyword "this" is unnecessary Delete the keyword "this". Medium Account.java 190
The keyword "this" is unnecessary Delete the keyword "this". Medium Accounts.java 29
The keyword "this" is unnecessary Delete the keyword "this". Medium AccountsId.java 31
The keyword "this" is unnecessary Delete the keyword "this". Medium AccountsId.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 74
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 82
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 90
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 98
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 106
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 114
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 122
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 130
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 138
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 146
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 154
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 162
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 170
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 178
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 186
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 194
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 202
The keyword "this" is unnecessary Delete the keyword "this". Medium Address.java 210
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 47
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 55
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 63
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 71
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 87
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsdelivery.java 95
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 72
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 80
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 88
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 96
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 104
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 112
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 120
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 128
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 136
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 144
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 152
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 160
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 168
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 176
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 184
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 192
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsentry.java 200
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsflag.java 45
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsflag.java 53
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsflag.java 61
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsflag.java 69
The keyword "this" is unnecessary Delete the keyword "this". Medium Announcementsflag.java 77
The keyword "this" is unnecessary Delete the keyword "this". Medium AutoPkSupport.java 29
The keyword "this" is unnecessary Delete the keyword "this". Medium AutoPkSupportId.java 31
The keyword "this" is unnecessary Delete the keyword "this". Medium AutoPkSupportId.java 39
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 67
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 75
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 83
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 91
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 99
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 107
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 115
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 123
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 131
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 139
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 147
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 155
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 163
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 171
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsentry.java 179
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 55
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 63
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 71
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 87
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 95
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 103
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 111
The keyword "this" is unnecessary Delete the keyword "this". Medium Blogsstatsuser.java 119
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 63
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 71
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 87
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 95
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 103
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 111
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 119
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 127
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 135
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 143
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 151
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksentry.java 159
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 56
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 64
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 72
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 80
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 88
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 96
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 104
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 112
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 120
The keyword "this" is unnecessary Delete the keyword "this". Medium Bookmarksfolder.java 128
The keyword "this" is unnecessary Delete the keyword "this". Medium Browsertracker.java 38
The keyword "this" is unnecessary Delete the keyword "this". Medium Browsertracker.java 46
The keyword "this" is unnecessary Delete the keyword "this". Medium Browsertracker.java 54
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 84
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 92
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 100
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 108
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 116
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 124
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 132
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 140
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 148
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 156
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 164
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 172
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 180
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 188
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 196
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 204
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 212
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 220
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 228
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 236
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 244
The keyword "this" is unnecessary Delete the keyword "this". Medium Calevent.java 252
 
Violation Recommendation Severity Resource Line
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium SettingsDAO.java 30
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium SettingsDAO.java 35
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium SettingsDAO.java 40
Unguarded use of logging method info Add code to check whether logging has been enabled. Medium SettingsDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 44
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 52
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 55
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 57
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 63
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 75
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 80
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 84
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 90
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 99
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 157
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 169
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 172
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 175
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 181
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 184
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 186
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 192
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountDAO.java 195
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountDAO.java 197
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 31
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 98
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 104
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 107
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 110
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 116
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 119
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 121
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 127
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AccountsDAO.java 130
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AccountsDAO.java 132
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 46
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 48
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 54
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 59
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 65
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 77
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 82
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 101
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 167
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 173
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 179
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 182
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 185
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 191
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 194
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 196
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 202
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AddressDAO.java 205
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AddressDAO.java 207
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 37
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 48
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 56
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 68
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 73
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 77
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 83
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 92
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 122
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 128
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 134
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 138
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 141
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 147
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 150
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 158
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 161
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsdeliveryDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 41
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 44
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 52
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 55
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 57
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 63
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 75
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 80
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 84
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 90
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 99
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 153
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 159
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 165
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 169
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 172
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 178
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 181
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 183
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 189
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 192
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsentryDAO.java 194
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 32
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 35
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 37
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 46
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 48
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 54
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 60
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 66
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 71
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 75
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 81
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 90
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 108
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 114
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 120
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 124
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 127
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 136
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 138
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 144
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 147
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AnnouncementsflagDAO.java 149
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 28
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 31
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 33
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 50
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 62
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 71
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 86
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 92
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 98
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 104
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 108
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 111
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 117
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 120
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 122
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 128
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 131
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium AutoPkSupportDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 39
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 42
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 44
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 53
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 55
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 61
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 67
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 78
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 82
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 88
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 97
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 147
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 153
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 159
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 163
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 166
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 172
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 175
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 177
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 183
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 186
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsentryDAO.java 188
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 38
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 49
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 51
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 74
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 78
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 84
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 93
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 127
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 139
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 143
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 146
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 155
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 166
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BlogsstatsuserDAO.java 168
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 38
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 41
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 43
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 49
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 52
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 54
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 60
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 66
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 72
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 77
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 81
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 87
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 96
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 142
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 148
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 154
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 158
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 161
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 167
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 170
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 172
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 178
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 181
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksentryDAO.java 183
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 35
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 38
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 46
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 49
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 51
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 57
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 69
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 74
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 78
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 84
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 93
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 127
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 133
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 139
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 143
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 146
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 152
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 155
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 157
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 163
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 166
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BookmarksfolderDAO.java 168
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 29
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 32
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 34
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 40
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 43
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 51
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 57
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 63
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 68
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 72
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 78
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 87
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 101
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 107
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 113
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 117
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 120
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 126
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 129
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 131
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 137
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 140
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium BrowsertrackerDAO.java 142
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 45
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 48
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 50
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 56
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 59
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 61
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 67
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 73
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 79
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 84
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 88
Unguarded use of logging method debug Add code to check whether logging has been enabled. Medium CaleventDAO.java 94
Unguarded use of logging method error Add code to check whether logging has been enabled. Medium CaleventDAO.java 103
 
Violation Recommendation Severity Resource Line
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 42
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 52
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 65
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 69
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 75
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 95
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 102
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 109
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 119
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 134
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 149
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 150
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 164
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 166
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 195
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 196
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AlertSettingsAction.java 216
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AutoCompleteAction.java 49
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AutoCompleteAction.java 55
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AutoCompleteAction.java 65
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AutoCompleteAction.java 91
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AutoCompleteAction.java 107
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium AutoCompleteAction.java 109
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium CookieLoginAction.java 152
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceCRUDAction.java 112
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceCRUDAction.java 117
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceCRUDAction.java 121
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceVehicleMapAction.java 192
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceVehicleMapAction.java 196
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceVehicleMapAction.java 198
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceVehicleMapAction.java 208
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium GeofenceAction.java 101
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium GeofenceAction.java 115
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium GeofenceAction.java 138
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium GeofenceAction.java 142
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium GeofenceAction.java 144
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium HolidayAction.java 87
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium HolidayAction.java 167
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium HolidayAction.java 239
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium LogingpsAction.java 141
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium LogingpsAction.java 168
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium LogoutAction.java 43
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 108
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 112
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 117
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 153
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 166
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 179
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 183
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 199
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 212
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 214
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 220
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessageHandler.java 234
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MLoginGpsAction.java 146
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MLoginGpsAction.java 164
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MLoginGpsAction.java 167
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MLoginGpsAction.java 172
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 55
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 58
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 62
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 97
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 101
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 102
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 124
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 147
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 152
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 168
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 193
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 229
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RFIDAction.java 250
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TemplateManager.java 252
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TemplateManager.java 268
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DailyTripRepDAO.java 67
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium DailyTripRepDAO.java 79
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium DailyTripRepDAO.java 87
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium DailyTripRepDAO.java 96
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DailyTripRepDAO.java 107
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DailyTripRepDAO.java 109
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 66
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 78
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 80
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 81
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 110
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 113
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 119
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 126
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 131
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 136
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 155
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DeviceProcessDAO.java 159
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 26
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 48
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 74
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 86
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 127
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 129
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 159
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 194
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium FenceUsersDAO.java 212
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium GeofencingDAO.java 201
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium HolidayProcessDAO.java 45
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessagesDAO.java 36
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessagesDAO.java 45
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessagesDAO.java 58
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessagesDAO.java 80
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MessagesDAO.java 86
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MLoginGpsDAO.java 90
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MLoginGpsDAO.java 97
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MLoginGpsDAO.java 102
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium MLoginGpsDAO.java 114
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ReportProcessDAO.java 46
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium ReportProcessDAO.java 61
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium ReportProcessDAO.java 74
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium ReportProcessDAO.java 91
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ReportProcessDAO.java 107
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ReportSummaryDAO.java 23
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium ReportSummaryDAO.java 38
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RfHistoryDAO.java 26
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RfHistoryDAO.java 58
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RfHistoryDAO.java 75
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RfHistoryDAO.java 107
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RfHistoryDAO.java 111
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RfHistoryDAO.java 135
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RoleProcessDAO.java 28
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RoleProcessDAO.java 36
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RoleProcessDAO.java 52
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium RoleProcessDAO.java 72
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserNotificationDAO.java 44
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserNotificationDAO.java 62
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserNotificationDAO.java 66
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserNotificationDAO.java 83
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium UserNotificationDAO.java 94
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserNotificationDAO.java 95
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserNotificationDAO.java 98
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserNotificationDAO.java 136
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserNotificationDAO.java 140
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserNotificationDAO.java 143
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserProcessDAO.java 34
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserProcessDAO.java 93
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserProcessDAO.java 141
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserTripDAO.java 68
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserTripDAO.java 70
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UserTripDAO.java 73
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleFenceDAO.java 78
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleFenceDAO.java 84
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleFenceDAO.java 86
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleFenceDAO.java 89
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 81
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 85
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 90
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 116
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 125
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 130
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 139
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 164
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 166
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 167
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 197
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 212
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 222
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 231
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 239
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium VehicleProcessDAO.java 246
 
Violation Recommendation Severity Resource Line
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AlertSettingsAction.java 243
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium AutoCompleteAction.java 143
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AutoCompleteAction.java 159
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AutoCompleteAction.java 173
Mutable type "com.gps.hibernate.User" declared as the return type Do not return this object since it is a mutable type. Medium CookieLoginAction.java 54
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CookieLoginAction.java 95
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CookieLoginAction.java 103
Mutable type "com.gps.hibernate.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium CookieLoginAction.java 110
Mutable type "java.util.Set" declared as the return type Do not return this object since it is a mutable type. Medium CookieLoginAction.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CookieLoginAction.java 123
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CookieLoginAction.java 129
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CookieLoginAction.java 135
Mutable type "com.gps.hibernate.Device" declared as the return type Do not return this object since it is a mutable type. Medium DeviceCRUDAction.java 85
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DeviceCRUDAction.java 106
Mutable type "[Ljava.lang.String;" declared as the return type Do not return this object since it is a mutable type. Medium FenceVehicleMapAction.java 40
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceVehicleMapAction.java 236
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceVehicleMapAction.java 264
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceVehicleMapAction.java 306
Mutable type "com.gps.hibernate.Holidays" declared as the return type Do not return this object since it is a mutable type. Medium HolidayAction.java 284
Mutable type "javax.servlet.http.HttpSession" declared as the return type Do not return this object since it is a mutable type. Medium HolidayAction.java 292
Mutable type "javax.servlet.http.HttpServletRequest" declared as the return type Do not return this object since it is a mutable type. Medium HolidayAction.java 298
Mutable type "javax.servlet.http.HttpServletResponse" declared as the return type Do not return this object since it is a mutable type. Medium HolidayAction.java 304
Mutable type "com.liferay.portal.model.User" declared as the return type Do not return this object since it is a mutable type. Medium HolidayAction.java 310
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium LogingpsAction.java 79
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 72
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 85
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 96
Mutable type "java.util.Enumeration" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 270
Mutable type "java.util.Locale" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 318
Mutable type "java.util.Enumeration" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 324
Mutable type "java.util.Map" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 336
Mutable type "java.util.Enumeration" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 342
Mutable type "[Ljava.lang.String;" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 348
Mutable type "java.io.BufferedReader" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 360
Mutable type "javax.servlet.RequestDispatcher" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 390
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 483
Mutable type "javax.servlet.AsyncContext" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 509
Mutable type "javax.servlet.ServletContext" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 521
Mutable type "javax.servlet.AsyncContext" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 539
Mutable type "javax.servlet.AsyncContext" declared as the return type Do not return this object since it is a mutable type. Medium MessageHandler.java 545
Mutable type "com.gps.hibernate.User" declared as the return type Do not return this object since it is a mutable type. Medium MLoginGpsAction.java 54
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MLoginGpsAction.java 95
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MLoginGpsAction.java 103
Mutable type "com.gps.hibernate.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium MLoginGpsAction.java 110
Mutable type "java.util.Set" declared as the return type Do not return this object since it is a mutable type. Medium MLoginGpsAction.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MLoginGpsAction.java 123
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MLoginGpsAction.java 129
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MLoginGpsAction.java 135
Mutable type "[Ljava.lang.String;" declared as the return type Do not return this object since it is a mutable type. Medium RFIDAction.java 181
Mutable type "java.util.Enumeration" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 62
Mutable type "java.util.Locale" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 110
Mutable type "java.util.Enumeration" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 116
Mutable type "java.util.Map" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 128
Mutable type "java.util.Enumeration" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 134
Mutable type "[Ljava.lang.String;" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 140
Mutable type "java.io.BufferedReader" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 152
Mutable type "javax.servlet.RequestDispatcher" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 182
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 250
Mutable type "com.gps.hibernate.MessageTemplates" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 266
Mutable type "javax.servlet.AsyncContext" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 281
Mutable type "javax.servlet.ServletContext" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 293
Mutable type "javax.servlet.AsyncContext" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 311
Mutable type "javax.servlet.AsyncContext" declared as the return type Do not return this object since it is a mutable type. Medium TemplateManager.java 317
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DailyTripRepDAO.java 37
Mutable type "com.gps.hibernate.Device" declared as the return type Do not return this object since it is a mutable type. Medium DeviceProcessDAO.java 57
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DeviceProcessDAO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium DeviceProcessDAO.java 147
Mutable type "java.util.ArrayList" declared as the return type Do not return this object since it is a mutable type. Medium FenceUsersDAO.java 14
Mutable type "java.util.ArrayList" declared as the return type Do not return this object since it is a mutable type. Medium FenceUsersDAO.java 36
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceUsersDAO.java 58
Mutable type "java.util.ArrayList" declared as the return type Do not return this object since it is a mutable type. Medium FenceUsersDAO.java 120
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium FenceUsersDAO.java 138
Mutable type "java.util.ArrayList" declared as the return type Do not return this object since it is a mutable type. Medium FenceUsersDAO.java 205
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofencingDAO.java 44
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofencingDAO.java 50
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofencingDAO.java 80
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofencingDAO.java 109
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofencingDAO.java 168
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium GeofencingDAO.java 200
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium HolidayProcessDAO.java 74
Mutable type "com.gps.hibernate.User" declared as the return type Do not return this object since it is a mutable type. Medium LoginGpsDAO.java 28
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium MessagesDAO.java 34
Mutable type "com.gps.hibernate.MessageTemplates" declared as the return type Do not return this object since it is a mutable type. Medium MessagesDAO.java 57
Mutable type "com.gps.hibernate.User" declared as the return type Do not return this object since it is a mutable type. Medium MLoginGpsDAO.java 65
Mutable type "com.gps.hibernate.User" declared as the return type Do not return this object since it is a mutable type. Medium MLoginGpsDAO.java 72
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ReportProcessDAO.java 31
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ReportProcessDAO.java 44
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ReportSummaryDAO.java 14
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ReportSummaryDAO.java 29
Mutable type "java.util.ArrayList" declared as the return type Do not return this object since it is a mutable type. Medium RfHistoryDAO.java 17
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium RfHistoryDAO.java 41
Mutable type "java.util.ArrayList" declared as the return type Do not return this object since it is a mutable type. Medium RfHistoryDAO.java 67
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium RfHistoryDAO.java 90
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium RfHistoryDAO.java 120
Mutable type "com.gps.hibernate.SpeedSettings" declared as the return type Do not return this object since it is a mutable type. Medium SettingsDAO.java 68
Mutable type "com.gps.hibernate.UsersGeofence" declared as the return type Do not return this object since it is a mutable type. Medium UserNotificationDAO.java 40
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium UserNotificationDAO.java 127
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium UserNotificationDAO.java 160
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium UserProcessDAO.java 27
Mutable type "com.gps.hibernate.User" declared as the return type Do not return this object since it is a mutable type. Medium UserProcessDAO.java 75
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium UserProcessDAO.java 103
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium UserProcessDAO.java 123
Mutable type "com.gps.hibernate.Organization" declared as the return type Do not return this object since it is a mutable type. Medium UserProcessDAO.java 136
Mutable type "com.gps.hibernate.UsersTrips" declared as the return type Do not return this object since it is a mutable type. Medium UserTripDAO.java 43
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium UserTripDAO.java 59
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium UserTripDAO.java 90
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium VehicleFenceDAO.java 27
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium VehicleFenceDAO.java 131
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium VehicleFenceReportDAO.java 15
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium VehicleProcessDAO.java 47
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium VehicleProcessDAO.java 71
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium VehicleProcessDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium VehicleProcessDAO.java 189
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium DeviceTripDTO.java 39
Mutable type "com.gps.hibernate.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium DistParamsDTO.java 77
Mutable type "com.gps.hibernate.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium DistParamsDTO.java 93
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium DistParamsDTO.java 109
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium FuelDTO.java 88
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium FuelFilter.java 37
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Packet.java 21
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium RFIDInfoHistoryDTO.java 50
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium SpeedParamDTO.java 47
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium TripByVehicleDTO.java 191
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium TripByVehicleDTO.java 203
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium TripByVehicleDTO.java 289
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium TripDistanceDTO.java 107
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium TripParamDTO.java 36
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Account.java 101
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Account.java 109
Mutable type "com.gps.hibernate.Account" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 62
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 74
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 89
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 104
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 116
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 120
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 124
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 128
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 132
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 136
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 140
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 144
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 148
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 152
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 156
Mutable type "com.gps.hibernate.Account" declared as the return type Do not return this object since it is a mutable type. Medium AccountDAO.java 168
Mutable type "com.gps.hibernate.AccountsId" declared as the return type Do not return this object since it is a mutable type. Medium Accounts.java 28
Mutable type "com.gps.hibernate.Accounts" declared as the return type Do not return this object since it is a mutable type. Medium AccountsDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountsDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountsDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AccountsDAO.java 91
Mutable type "com.gps.hibernate.Accounts" declared as the return type Do not return this object since it is a mutable type. Medium AccountsDAO.java 103
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Address.java 105
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Address.java 113
Mutable type "com.gps.hibernate.Address" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 64
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 91
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 130
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 134
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 138
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 142
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 146
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 150
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 154
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 158
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 162
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 166
Mutable type "com.gps.hibernate.Address" declared as the return type Do not return this object since it is a mutable type. Medium AddressDAO.java 178
Mutable type "com.gps.hibernate.Announcementsdelivery" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 55
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 67
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 82
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 97
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 109
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 121
Mutable type "com.gps.hibernate.Announcementsdelivery" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsdeliveryDAO.java 133
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Announcementsentry.java 111
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Announcementsentry.java 119
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Announcementsentry.java 175
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Announcementsentry.java 183
Mutable type "com.gps.hibernate.Announcementsentry" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 62
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 74
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 89
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 104
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 116
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 120
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 124
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 128
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 132
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 136
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 140
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 144
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 148
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 152
Mutable type "com.gps.hibernate.Announcementsentry" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsentryDAO.java 164
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Announcementsflag.java 60
Mutable type "com.gps.hibernate.Announcementsflag" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 53
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 65
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 80
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 95
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 99
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 103
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 107
Mutable type "com.gps.hibernate.Announcementsflag" declared as the return type Do not return this object since it is a mutable type. Medium AnnouncementsflagDAO.java 119
Mutable type "com.gps.hibernate.AutoPkSupportId" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupport.java 28
Mutable type "com.gps.hibernate.AutoPkSupport" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupportDAO.java 49
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupportDAO.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupportDAO.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupportDAO.java 91
Mutable type "com.gps.hibernate.AutoPkSupport" declared as the return type Do not return this object since it is a mutable type. Medium AutoPkSupportDAO.java 103
Mutable type "org.hibernate.Session" declared as the return type Do not return this object since it is a mutable type. Medium BaseHibernateDAO.java 12
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Blogsentry.java 114
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Blogsentry.java 122
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Blogsentry.java 154
Mutable type "com.gps.hibernate.Blogsentry" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 60
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 72
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 87
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 126
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 130
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 134
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 138
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 142
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 146
Mutable type "com.gps.hibernate.Blogsentry" declared as the return type Do not return this object since it is a mutable type. Medium BlogsentryDAO.java 158
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Blogsstatsuser.java 94
Mutable type "com.gps.hibernate.Blogsstatsuser" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 56
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 68
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 83
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 126
Mutable type "com.gps.hibernate.Blogsstatsuser" declared as the return type Do not return this object since it is a mutable type. Medium BlogsstatsuserDAO.java 138
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Bookmarksentry.java 102
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Bookmarksentry.java 110
Mutable type "com.gps.hibernate.Bookmarksentry" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 59
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 71
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 86
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 101
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 105
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 109
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 113
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 117
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 121
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 125
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 129
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 133
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 137
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 141
Mutable type "com.gps.hibernate.Bookmarksentry" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksentryDAO.java 153
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Bookmarksfolder.java 95
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Bookmarksfolder.java 103
Mutable type "com.gps.hibernate.Bookmarksfolder" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 56
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 68
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 83
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 98
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 102
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 106
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 114
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 118
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 122
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 126
Mutable type "com.gps.hibernate.Bookmarksfolder" declared as the return type Do not return this object since it is a mutable type. Medium BookmarksfolderDAO.java 138
Mutable type "com.gps.hibernate.Browsertracker" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 50
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 62
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 77
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 92
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 96
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 100
Mutable type "com.gps.hibernate.Browsertracker" declared as the return type Do not return this object since it is a mutable type. Medium BrowsertrackerDAO.java 112
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Calevent.java 131
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Calevent.java 139
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Calevent.java 163
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium Calevent.java 171
Mutable type "com.gps.hibernate.Calevent" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 66
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 78
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 93
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 108
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 112
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 116
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 120
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 124
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 128
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 132
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 136
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CaleventDAO.java 140
 
Violation Recommendation Severity Resource Line
Class should be final Add the keyword "final" to the class declaration. Medium AlertSettingsAction.java 23
Class should be final Add the keyword "final" to the class declaration. Medium AutoCompleteAction.java 24
Class should be final Add the keyword "final" to the class declaration. Medium CookieLoginAction.java 44
Class should be final Add the keyword "final" to the class declaration. Medium DeviceCRUDAction.java 43
Class should be final Add the keyword "final" to the class declaration. Medium FenceVehicleMapAction.java 23
Class should be final Add the keyword "final" to the class declaration. Medium GeofenceAction.java 54
Class should be final Add the keyword "final" to the class declaration. Medium HeaderForwardAction.java 25
Class should be final Add the keyword "final" to the class declaration. Medium HolidayAction.java 29
Class should be final Add the keyword "final" to the class declaration. Medium LogingpsAction.java 41
Class should be final Add the keyword "final" to the class declaration. Medium LogoutAction.java 25
Class should be final Add the keyword "final" to the class declaration. Medium MessageHandler.java 57
Class should be final Add the keyword "final" to the class declaration. Medium MLoginGpsAction.java 42
Class should be final Add the keyword "final" to the class declaration. Medium RFIDAction.java 29
Class should be final Add the keyword "final" to the class declaration. Medium TemplateManager.java 39
Class should be final Add the keyword "final" to the class declaration. Medium UserNotificationAction.java 42
Class should be final Add the keyword "final" to the class declaration. Medium UserTripAction.java 33
Class should be final Add the keyword "final" to the class declaration. Medium VehicleCRUDAction.java 42
Class should be final Add the keyword "final" to the class declaration. Medium Commons.java 6
Class should be final Add the keyword "final" to the class declaration. Medium FenceBO.java 3
Class should be final Add the keyword "final" to the class declaration. Medium GpsSecurity.java 26
Class should be final Add the keyword "final" to the class declaration. Medium TestVSS.java 3
Class should be final Add the keyword "final" to the class declaration. Medium DailyTripRepDAO.java 32
Class should be final Add the keyword "final" to the class declaration. Medium DeviceProcessDAO.java 36
Class should be final Add the keyword "final" to the class declaration. Medium FenceUsersDAO.java 10
Class should be final Add the keyword "final" to the class declaration. Medium GeofencingDAO.java 36
Class should be final Add the keyword "final" to the class declaration. Medium HolidayProcessDAO.java 29
Class should be final Add the keyword "final" to the class declaration. Medium LoginGpsDAO.java 25
Class should be final Add the keyword "final" to the class declaration. Medium MessagesDAO.java 29
Class should be final Add the keyword "final" to the class declaration. Medium MLoginGpsDAO.java 40
Class should be final Add the keyword "final" to the class declaration. Medium ReportProcessDAO.java 26
Class should be final Add the keyword "final" to the class declaration. Medium ReportRefDAO.java 25
Class should be final Add the keyword "final" to the class declaration. Medium ReportSummaryDAO.java 9
Class should be final Add the keyword "final" to the class declaration. Medium RfHistoryDAO.java 12
Class should be final Add the keyword "final" to the class declaration. Medium RoleProcessDAO.java 13
Class should be final Add the keyword "final" to the class declaration. Medium SettingsDAO.java 13
Class should be final Add the keyword "final" to the class declaration. Medium UserNotificationDAO.java 34
Class should be final Add the keyword "final" to the class declaration. Medium UserProcessDAO.java 19
Class should be final Add the keyword "final" to the class declaration. Medium UserTripDAO.java 38
Class should be final Add the keyword "final" to the class declaration. Medium VehicleFenceDAO.java 18
Class should be final Add the keyword "final" to the class declaration. Medium VehicleFenceReportDAO.java 8
Class should be final Add the keyword "final" to the class declaration. Medium VehicleProcessDAO.java 35
Class should be final Add the keyword "final" to the class declaration. Medium DeviceTripDTO.java 5
Class should be final Add the keyword "final" to the class declaration. Medium DistParamsDTO.java 8
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTripDTO.java 3
Class should be final Add the keyword "final" to the class declaration. Medium FuelDTO.java 5
Class should be final Add the keyword "final" to the class declaration. Medium FuelFilter.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Packet.java 6
Class should be final Add the keyword "final" to the class declaration. Medium RFIDInfoHistoryDTO.java 5
Class should be final Add the keyword "final" to the class declaration. Medium SpeedParamDTO.java 6
Class should be final Add the keyword "final" to the class declaration. Medium TripByVehicleDTO.java 6
Class should be final Add the keyword "final" to the class declaration. Medium TripDistanceDTO.java 6
Class should be final Add the keyword "final" to the class declaration. Medium TripParamDTO.java 5
Class should be final Add the keyword "final" to the class declaration. Medium DeviceAlreadyInUseException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium DupilicateTripException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium DuplicateAliasNameException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium DuplicateDeviceNameException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium DuplicateMobileNumberException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium DuplicateRegisterNumberException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium DuplicateVehicleNameException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium InvalidMailIdOrPasswordException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium LoginIDDoesNotMatchException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium NullFieldsException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium PassworDoesNotMatchException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium TripNameDuplicateException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium UserNotLoggedInException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium VehicleExistsInTimeException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium VehicleInUseException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium GenerateMapForm.java 7
Class should be final Add the keyword "final" to the class declaration. Medium GeofenceForm.java 5
Class should be final Add the keyword "final" to the class declaration. Medium GLatLng.java 3
Class should be final Add the keyword "final" to the class declaration. Medium LogingpsForm.java 16
Class should be final Add the keyword "final" to the class declaration. Medium Account.java 11
Class should be final Add the keyword "final" to the class declaration. Medium AccountDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Accounts.java 9
Class should be final Add the keyword "final" to the class declaration. Medium AccountsDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium AccountsId.java 9
Class should be final Add the keyword "final" to the class declaration. Medium Address.java 11
Class should be final Add the keyword "final" to the class declaration. Medium AddressDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Announcementsdelivery.java 9
Class should be final Add the keyword "final" to the class declaration. Medium AnnouncementsdeliveryDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Announcementsentry.java 11
Class should be final Add the keyword "final" to the class declaration. Medium AnnouncementsentryDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Announcementsflag.java 11
Class should be final Add the keyword "final" to the class declaration. Medium AnnouncementsflagDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium AutoPkSupport.java 9
Class should be final Add the keyword "final" to the class declaration. Medium AutoPkSupportDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium AutoPkSupportId.java 9
Class should be final Add the keyword "final" to the class declaration. Medium Blogsentry.java 11
Class should be final Add the keyword "final" to the class declaration. Medium BlogsentryDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Blogsstatsuser.java 11
Class should be final Add the keyword "final" to the class declaration. Medium BlogsstatsuserDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Bookmarksentry.java 11
Class should be final Add the keyword "final" to the class declaration. Medium BookmarksentryDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Bookmarksfolder.java 11
Class should be final Add the keyword "final" to the class declaration. Medium BookmarksfolderDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium Browsertracker.java 9
Class should be final Add the keyword "final" to the class declaration. Medium BrowsertrackerDAO.java 22
Class should be final Add the keyword "final" to the class declaration. Medium Calevent.java 11
Class should be final Add the keyword "final" to the class declaration. Medium CaleventDAO.java 23
Class should be final Add the keyword "final" to the class declaration. Medium GenerateMapTester.java 24
Class should be final Add the keyword "final" to the class declaration. Medium TestDailyTripRepDAO.java 15
Class should be final Add the keyword "final" to the class declaration. Medium TestDailyTripReport.java 15
Class should be final Add the keyword "final" to the class declaration. Medium TestFuelReport.java 18
Class should be final Add the keyword "final" to the class declaration. Medium TestTripProcessDAO.java 23
 
Violation Recommendation Severity Resource Line
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium DeviceCRUDAction.java 153
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium DeviceProcessDAO.java 63
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium DeviceProcessDAO.java 157
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium HolidayProcessDAO.java 58
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium HolidayProcessDAO.java 89
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium HolidayProcessDAO.java 118
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium SettingsDAO.java 55
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium UserNotificationDAO.java 56
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium UserNotificationDAO.java 81
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium UserTripDAO.java 65
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium VehicleFenceDAO.java 36
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium VehicleProcessDAO.java 154
Close method called outside finally block Surround the code that creates and manipulates the resource with a try statement and move the invocation of the close method inside the finally block for the try statement. Medium VehicleProcessDAO.java 163
 
Violation Recommendation Severity Resource Line
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertSettingsAction.java 72
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertSettingsAction.java 78
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertSettingsAction.java 110
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertSettingsAction.java 161
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertSettingsAction.java 180
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertSettingsAction.java 186
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertSettingsAction.java 192
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertSettingsAction.java 202
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AutoCompleteAction.java 62
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AutoCompleteAction.java 68
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DeviceCRUDAction.java 174
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DeviceCRUDAction.java 175
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceVehicleMapAction.java 105
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceVehicleMapAction.java 106
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceVehicleMapAction.java 150
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceVehicleMapAction.java 151
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceVehicleMapAction.java 152
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceVehicleMapAction.java 158
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceVehicleMapAction.java 160
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceVehicleMapAction.java 209
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceVehicleMapAction.java 211
Undocumented closing brace Add the appropriate comment after the closing brace. Medium GeofenceAction.java 157
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HolidayAction.java 96
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HolidayAction.java 106
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HolidayAction.java 122
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HolidayAction.java 132
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HolidayAction.java 143
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HolidayAction.java 195
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HolidayAction.java 197
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HolidayAction.java 198
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HolidayAction.java 233
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HolidayAction.java 241
Undocumented closing brace Add the appropriate comment after the closing brace. Medium HolidayAction.java 245
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LogingpsAction.java 142
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LogingpsAction.java 156
Undocumented closing brace Add the appropriate comment after the closing brace. Medium MessageHandler.java 162
Undocumented closing brace Add the appropriate comment after the closing brace. Medium MLoginGpsAction.java 178
Undocumented closing brace Add the appropriate comment after the closing brace. Medium MLoginGpsAction.java 185
Undocumented closing brace Add the appropriate comment after the closing brace. Medium RFIDAction.java 110
Undocumented closing brace Add the appropriate comment after the closing brace. Medium RFIDAction.java 118
Undocumented closing brace Add the appropriate comment after the closing brace. Medium RFIDAction.java 161
Undocumented closing brace Add the appropriate comment after the closing brace. Medium RFIDAction.java 234
Undocumented closing brace Add the appropriate comment after the closing brace. Medium RFIDAction.java 248
Undocumented closing brace Add the appropriate comment after the closing brace. Medium RFIDAction.java 249
Undocumented closing brace Add the appropriate comment after the closing brace. Medium GpsSecurity.java 160
Undocumented closing brace Add the appropriate comment after the closing brace. Medium GpsSecurity.java 161
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DailyTripRepDAO.java 89
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DailyTripRepDAO.java 103
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DailyTripRepDAO.java 104
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DailyTripRepDAO.java 105
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DeviceProcessDAO.java 130
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceUsersDAO.java 27
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceUsersDAO.java 111
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceUsersDAO.java 154
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceUsersDAO.java 178
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceUsersDAO.java 190
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceUsersDAO.java 191
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceUsersDAO.java 192
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FenceUsersDAO.java 193
Undocumented closing brace Add the appropriate comment after the closing brace. Medium MessagesDAO.java 87
Undocumented closing brace Add the appropriate comment after the closing brace. Medium MLoginGpsDAO.java 108
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ReportProcessDAO.java 93
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ReportProcessDAO.java 102
Undocumented closing brace Add the appropriate comment after the closing brace. Medium RoleProcessDAO.java 38
Undocumented closing brace Add the appropriate comment after the closing brace. Medium SettingsDAO.java 37
Undocumented closing brace Add the appropriate comment after the closing brace. Medium SettingsDAO.java 48
Undocumented closing brace Add the appropriate comment after the closing brace. Medium SettingsDAO.java 78
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UserNotificationDAO.java 100
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UserTripDAO.java 74
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleFenceDAO.java 90
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleFenceDAO.java 118
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleProcessDAO.java 216
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleProcessDAO.java 225
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleProcessDAO.java 234
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleProcessDAO.java 242
Undocumented closing brace Add the appropriate comment after the closing brace. Medium geoMapFence.jsp 143
Undocumented closing brace Add the appropriate comment after the closing brace. Medium spotajax.jsp 37
Undocumented closing brace Add the appropriate comment after the closing brace. Medium treeAlignment2.jsp 42
Undocumented closing brace Add the appropriate comment after the closing brace. Medium spotajax.jsp 37
Undocumented closing brace Add the appropriate comment after the closing brace. Medium treeAlignment2.jsp 42
Undocumented closing brace Add the appropriate comment after the closing brace. Medium fenceNotification.jsp 114
Undocumented closing brace Add the appropriate comment after the closing brace. Medium fenceNotification.jsp 133
Undocumented closing brace Add the appropriate comment after the closing brace. Medium searchTrip.jsp 63
 
Violation Recommendation Severity Resource Line
Import out of order: com.liferay.portal.SystemException Change the order of the imports or invoke the Organize Imports command. Medium CookieLoginAction.java 36
Import out of order: com.gps.hibernate.VehicleDetails Change the order of the imports or invoke the Organize Imports command. Medium DeviceCRUDAction.java 36
Import out of order: com.gps.dao.GeofencingDAO Change the order of the imports or invoke the Organize Imports command. Medium GenerateMap.java 45
Import out of order: com.gps.hibernate.FrequentTripDetails Change the order of the imports or invoke the Organize Imports command. Medium GenerateMap.java 53
Import out of order: com.gps.hibernate.Holidays Change the order of the imports or invoke the Organize Imports command. Medium HolidayAction.java 23
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium MessageHandler.java 29
Import out of order: org.json.JSONArray Change the order of the imports or invoke the Organize Imports command. Medium MessageHandler.java 53
Import out of order: com.liferay.portal.SystemException Change the order of the imports or invoke the Organize Imports command. Medium MLoginGpsAction.java 34
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium TripCrudAction.java 8
Import out of order: javax.servlet.http.HttpServletRequest Change the order of the imports or invoke the Organize Imports command. Medium TripCrudAction.java 23
Import out of order: com.gps.hibernate.VehicleDetails Change the order of the imports or invoke the Organize Imports command. Medium TripCrudAction.java 38
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium UserNotificationAction.java 14
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium UserNotificationAction.java 34
Import out of order: javax.servlet.http.HttpServletRequest Change the order of the imports or invoke the Organize Imports command. Medium UserTripAction.java 28
Import out of order: java.text.ParseException Change the order of the imports or invoke the Organize Imports command. Medium DailyTripRepDAO.java 21
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium DeviceProcessDAO.java 32
Import out of order: com.gps.form.GLatLng Change the order of the imports or invoke the Organize Imports command. Medium GeofencingDAO.java 34
Import out of order: java.util.List Change the order of the imports or invoke the Organize Imports command. Medium HolidayProcessDAO.java 8
Import out of order: com.gps.hibernate.Holidays Change the order of the imports or invoke the Organize Imports command. Medium HolidayProcessDAO.java 23
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium LoginGpsDAO.java 7
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium MessagesDAO.java 7
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium MLoginGpsDAO.java 7
Import out of order: java.io.UnsupportedEncodingException Change the order of the imports or invoke the Organize Imports command. Medium MLoginGpsDAO.java 33
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium ReportRefDAO.java 7
Import out of order: com.gps.exception.DupilicateTripException Change the order of the imports or invoke the Organize Imports command. Medium TripProcessDAO.java 44
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium UserNotificationDAO.java 32
Import out of order: java.util.List Change the order of the imports or invoke the Organize Imports command. Medium VehicleProcessDAO.java 10
Import out of order: com.gps.hibernate.Organization Change the order of the imports or invoke the Organize Imports command. Medium VehicleProcessDAO.java 26
Import out of order: javax.portlet.PortletRequest Change the order of the imports or invoke the Organize Imports command. Medium GenerateMapTester.java 5
Import out of order: org.mockito.Mock Change the order of the imports or invoke the Organize Imports command. Medium GenerateMapTester.java 17
Import out of order: org.junit.runner.RunWith Change the order of the imports or invoke the Organize Imports command. Medium GenerateMapTester.java 20
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium TestFuelReport.java 11
Import out of order: java.sql.Timestamp Change the order of the imports or invoke the Organize Imports command. Medium TestTripProcessDAO.java 11
 
Violation Recommendation Severity Resource Line
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium AccountDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium AddressDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsdeliveryDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsentryDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsflagDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsflagDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium AnnouncementsflagDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsentryDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium BlogsstatsuserDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksentryDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium BookmarksfolderDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium BrowsertrackerDAO.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium BrowsertrackerDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium CaleventDAO.java 42
 
Violation Recommendation Severity Resource Line
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertSettingsAction.java 55
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertSettingsAction.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertSettingsAction.java 141
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertSettingsAction.java 158
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertSettingsAction.java 182
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertSettingsAction.java 199
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AutoCompleteAction.java 55
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AutoCompleteAction.java 56
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AutoCompleteAction.java 92
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AutoCompleteAction.java 108
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviceCRUDAction.java 145
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviceCRUDAction.java 249
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceVehicleMapAction.java 102
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceVehicleMapAction.java 134
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceVehicleMapAction.java 141
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceVehicleMapAction.java 196
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceVehicleMapAction.java 204
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofenceAction.java 101
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofenceAction.java 130
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofenceAction.java 142
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidayAction.java 166
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LogingpsAction.java 128
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LogingpsAction.java 129
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LogingpsAction.java 160
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LogingpsAction.java 171
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LogoutAction.java 42
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MessageHandler.java 151
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MessageHandler.java 154
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MessageHandler.java 192
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MLoginGpsAction.java 155
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MLoginGpsAction.java 165
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MLoginGpsAction.java 170
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RFIDAction.java 58
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RFIDAction.java 101
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RFIDAction.java 152
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RFIDAction.java 193
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RFIDAction.java 195
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RFIDAction.java 226
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RFIDAction.java 237
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RFIDAction.java 238
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RFIDAction.java 244
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GpsSecurity.java 157
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DailyTripRepDAO.java 55
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DailyTripRepDAO.java 57
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DailyTripRepDAO.java 58
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DailyTripRepDAO.java 80
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DailyTripRepDAO.java 82
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DailyTripRepDAO.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DailyTripRepDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DailyTripRepDAO.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DailyTripRepDAO.java 98
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DailyTripRepDAO.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviceProcessDAO.java 66
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviceProcessDAO.java 122
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DeviceProcessDAO.java 129
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 22
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 45
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 47
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 105
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 106
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 128
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 129
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 149
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 151
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 156
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 160
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 167
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 214
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FenceUsersDAO.java 216
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofencingDAO.java 58
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofencingDAO.java 60
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofencingDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofencingDAO.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofencingDAO.java 143
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofencingDAO.java 146
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofencingDAO.java 154
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GeofencingDAO.java 177
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidayProcessDAO.java 53
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidayProcessDAO.java 57
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidayProcessDAO.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium HolidayProcessDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LoginGpsDAO.java 47
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MessagesDAO.java 43
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MessagesDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MessagesDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MessagesDAO.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MLoginGpsDAO.java 49
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MLoginGpsDAO.java 49
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MLoginGpsDAO.java 86
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MLoginGpsDAO.java 87
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MLoginGpsDAO.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MLoginGpsDAO.java 97
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium MLoginGpsDAO.java 101
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportProcessDAO.java 38
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportProcessDAO.java 64
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportProcessDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportProcessDAO.java 80
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportProcessDAO.java 82
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportProcessDAO.java 92
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportProcessDAO.java 95
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportProcessDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 27
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 50
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 50
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 52
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 52
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 54
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 54
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 56
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 56
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 58
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 78
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 108
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 108
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 108
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 132
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 132
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RfHistoryDAO.java 132
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RoleProcessDAO.java 26
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RoleProcessDAO.java 51
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RoleProcessDAO.java 71
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium SettingsDAO.java 41
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium SettingsDAO.java 51
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium SettingsDAO.java 54
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserNotificationDAO.java 58
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserNotificationDAO.java 69
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserNotificationDAO.java 78
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserNotificationDAO.java 92
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserNotificationDAO.java 139
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserNotificationDAO.java 141
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 33
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 34
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 43
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 62
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 63
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 69
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 92
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 109
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 111
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 113
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 115
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 129
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserProcessDAO.java 140
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserTripDAO.java 69
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UserTripDAO.java 71
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceDAO.java 39
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceDAO.java 42
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceDAO.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceDAO.java 109
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleFenceDAO.java 116
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 106
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 125
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 149
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 153
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 162
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 163
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 203
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleProcessDAO.java 244
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountDAO.java 81
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountDAO.java 161
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountsDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountsDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccountsDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AddressDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AddressDAO.java 98
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AddressDAO.java 171
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsdeliveryDAO.java 74
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsdeliveryDAO.java 89
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsdeliveryDAO.java 126
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsentryDAO.java 81
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsentryDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsentryDAO.java 157
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsflagDAO.java 72
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsflagDAO.java 87
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AnnouncementsflagDAO.java 112
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AutoPkSupportDAO.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AutoPkSupportDAO.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AutoPkSupportDAO.java 96
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsentryDAO.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsentryDAO.java 94
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsentryDAO.java 151
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsstatsuserDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsstatsuserDAO.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BlogsstatsuserDAO.java 131
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksentryDAO.java 78
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksentryDAO.java 93
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksentryDAO.java 146
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksfolderDAO.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksfolderDAO.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BookmarksfolderDAO.java 131
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BrowsertrackerDAO.java 69
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BrowsertrackerDAO.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium BrowsertrackerDAO.java 105
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CaleventDAO.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CaleventDAO.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TestTripProcessDAO.java 118
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TestTripProcessDAO.java 139
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TestTripProcessDAO.java 154
 
Violation Recommendation Severity Resource Line
Convert class to interface: TestVSS Convert the TestVSS class to an interface. Medium TestVSS.java 3
 
Violation Recommendation Severity Resource Line
Property createDate does not declare type Declare the property to be an SQL date. Medium Account.hbm.xml 22
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Account.hbm.xml 25
Property createDate does not declare type Declare the property to be an SQL date. Medium Address.hbm.xml 22
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Address.hbm.xml 25
Property createDate does not declare type Declare the property to be an SQL date. Medium Announcementsentry.hbm.xml 25
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Announcementsentry.hbm.xml 28
Property displayDate does not declare type Declare the property to be an SQL date. Medium Announcementsentry.hbm.xml 49
Property expirationDate does not declare type Declare the property to be an SQL date. Medium Announcementsentry.hbm.xml 52
Property createDate does not declare type Declare the property to be an SQL date. Medium Announcementsflag.hbm.xml 16
Property createDate does not declare type Declare the property to be an SQL date. Medium Blogsentry.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Blogsentry.hbm.xml 31
Property displayDate does not declare type Declare the property to be an SQL date. Medium Blogsentry.hbm.xml 43
Property lastPostDate does not declare type Declare the property to be an SQL date. Medium Blogsstatsuser.hbm.xml 25
Property createDate does not declare type Declare the property to be an SQL date. Medium Bookmarksentry.hbm.xml 25
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Bookmarksentry.hbm.xml 28
Property createDate does not declare type Declare the property to be an SQL date. Medium Bookmarksfolder.hbm.xml 25
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Bookmarksfolder.hbm.xml 28
Property createDate does not declare type Declare the property to be an SQL date. Medium Calevent.hbm.xml 28
Property modifiedDate does not declare type Declare the property to be an SQL date. Medium Calevent.hbm.xml 31
Property startDate does not declare type Declare the property to be an SQL date. Medium Calevent.hbm.xml 40
Property endDate does not declare type Declare the property to be an SQL date. Medium Calevent.hbm.xml 43
 
Violation Recommendation Severity Resource Line
Local variable should be final: user Declare the "user" variable final. Medium AlertSettingsAction.java 47
Local variable should be final: vDAO Declare the "vDAO" variable final. Medium AlertSettingsAction.java 48
Local variable should be final: user Declare the "user" variable final. Medium AlertSettingsAction.java 89
Local variable should be final: sDAO Declare the "sDAO" variable final. Medium AlertSettingsAction.java 90
Local variable should be final: settings Declare the "settings" variable final. Medium AlertSettingsAction.java 92
Local variable should be final: user Declare the "user" variable final. Medium AlertSettingsAction.java 120
Local variable should be final: vDAO Declare the "vDAO" variable final. Medium AlertSettingsAction.java 121
Local variable should be final: orgName Declare the "orgName" variable final. Medium AlertSettingsAction.java 124
Local variable should be final: notifier Declare the "notifier" variable final. Medium AlertSettingsAction.java 125
Local variable should be final: subject Declare the "subject" variable final. Medium AlertSettingsAction.java 127
Local variable should be final: settingsDAO Declare the "settingsDAO" variable final. Medium AlertSettingsAction.java 129
Local variable should be final: tripsDAO Declare the "tripsDAO" variable final. Medium AutoCompleteAction.java 38
Local variable should be final: user Declare the "user" variable final. Medium AutoCompleteAction.java 41
Local variable should be final: users Declare the "users" variable final. Medium AutoCompleteAction.java 82
Local variable should be final: user Declare the "user" variable final. Medium AutoCompleteAction.java 87
Local variable should be final: user Declare the "user" variable final. Medium AutoCompleteAction.java 105
Local variable should be final: mapDAO Declare the "mapDAO" variable final. Medium FenceVehicleMapAction.java 57
Local variable should be final: mapDAO Declare the "mapDAO" variable final. Medium FenceVehicleMapAction.java 92
Local variable should be final: chk_vehicles Declare the "chk_vehicles" variable final. Medium FenceVehicleMapAction.java 93
Local variable should be final: values_chk Declare the "values_chk" variable final. Medium FenceVehicleMapAction.java 122
Local variable should be final: selectedVehId Declare the "selectedVehId" variable final. Medium FenceVehicleMapAction.java 123
Local variable should be final: vehDAO Declare the "vehDAO" variable final. Medium FenceVehicleMapAction.java 124
Local variable should be final: ckdList Declare the "ckdList" variable final. Medium FenceVehicleMapAction.java 140
Local variable should be final: tripList Declare the "tripList" variable final. Medium FenceVehicleMapAction.java 175
Local variable should be final: vpd Declare the "vpd" variable final. Medium HeaderForwardAction.java 43
Local variable should be final: session Declare the "session" variable final. Medium LogingpsAction.java 126
Local variable should be final: themeDisplay Declare the "themeDisplay" variable final. Medium LogingpsAction.java 127
Local variable should be final: user Declare the "user" variable final. Medium LogingpsAction.java 128
Local variable should be final: organization Declare the "organization" variable final. Medium LogingpsAction.java 129
Local variable should be final: roleList Declare the "roleList" variable final. Medium LogingpsAction.java 137
Local variable should be final: rdao Declare the "rdao" variable final. Medium LogingpsAction.java 138
Local variable should be final: vpd Declare the "vpd" variable final. Medium LogingpsAction.java 146
Local variable should be final: expandoBridge Declare the "expandoBridge" variable final. Medium LogingpsAction.java 159
Local variable should be final: session Declare the "session" variable final. Medium LogoutAction.java 41
Local variable should be final: orgId Declare the "orgId" variable final. Medium MessageHandler.java 113
Local variable should be final: tripProcessor Declare the "tripProcessor" variable final. Medium MessageHandler.java 121
Local variable should be final: managerObj Declare the "managerObj" variable final. Medium MessageHandler.java 125
Local variable should be final: orgdao Declare the "orgdao" variable final. Medium MessageHandler.java 156
Local variable should be final: fenceLister Declare the "fenceLister" variable final. Medium MessageHandler.java 185
Local variable should be final: fences Declare the "fences" variable final. Medium MessageHandler.java 189
Local variable should be final: selectedFences Declare the "selectedFences" variable final. Medium MessageHandler.java 213
Local variable should be final: tripSession Declare the "tripSession" variable final. Medium MessageHandler.java 215
Local variable should be final: usrObj Declare the "usrObj" variable final. Medium MessageHandler.java 217
Local variable should be final: nosList Declare the "nosList" variable final. Medium MessageHandler.java 218
Local variable should be final: notifier Declare the "notifier" variable final. Medium MessageHandler.java 236
Local variable should be final: orgId Declare the "orgId" variable final. Medium MessageHandler.java 242
Local variable should be final: MgrObj Declare the "MgrObj" variable final. Medium MessageHandler.java 245
Local variable should be final: updatedTemplate Declare the "updatedTemplate" variable final. Medium MessageHandler.java 246
Local variable should be final: user Declare the "user" variable final. Medium RFIDAction.java 52
Local variable should be final: size Declare the "size" variable final. Medium RFIDAction.java 76
Local variable should be final: nr Declare the "nr" variable final. Medium RFIDAction.java 77
Local variable should be final: numrow Declare the "numrow" variable final. Medium RFIDAction.java 78
Local variable should be final: user Declare the "user" variable final. Medium RFIDAction.java 92
Local variable should be final: type Declare the "type" variable final. Medium RFIDAction.java 93
Local variable should be final: orgId Declare the "orgId" variable final. Medium RFIDAction.java 103
Local variable should be final: tripDAO Declare the "tripDAO" variable final. Medium RFIDAction.java 142
Local variable should be final: user Declare the "user" variable final. Medium RFIDAction.java 143
Local variable should be final: orgId Declare the "orgId" variable final. Medium RFIDAction.java 153
Local variable should be final: dates Declare the "dates" variable final. Medium RFIDAction.java 183
Local variable should be final: calendar Declare the "calendar" variable final. Medium RFIDAction.java 184
Local variable should be final: calendar Declare the "calendar" variable final. Medium RFIDAction.java 217
Local variable should be final: date Declare the "date" variable final. Medium RFIDAction.java 218
Local variable should be final: sess Declare the "sess" variable final. Medium RFIDAction.java 219
Local variable should be final: itr Declare the "itr" variable final. Medium RFIDAction.java 237
Local variable should be final: action Declare the "action" variable final. Medium RFIDAction.java 277
Local variable should be final: messagesObj Declare the "messagesObj" variable final. Medium TemplateManager.java 256
Local variable should be final: messagesObj Declare the "messagesObj" variable final. Medium TemplateManager.java 270
Local variable should be final: hddao Declare the "hddao" variable final. Medium HolidayProcessDAO.java 46
Local variable should be final: hddao Declare the "hddao" variable final. Medium HolidayProcessDAO.java 77
Local variable should be final: vdao Declare the "vdao" variable final. Medium HolidayProcessDAO.java 112
Local variable should be final: dao Declare the "dao" variable final. Medium HolidayProcessDAO.java 140
Local variable should be final: hdDao Declare the "hdDao" variable final. Medium HolidayProcessDAO.java 144
Local variable should be final: emailad Declare the "emailad" variable final. Medium LoginGpsDAO.java 38
Local variable should be final: pword Declare the "pword" variable final. Medium LoginGpsDAO.java 39
Local variable should be final: user Declare the "user" variable final. Medium LoginGpsDAO.java 43
Private field should be final: log Declare the "log" field final. Medium MessagesDAO.java 31
Local variable should be final: msgDAO Declare the "msgDAO" variable final. Medium MessagesDAO.java 40
Local variable should be final: sess Declare the "sess" variable final. Medium MessagesDAO.java 41
Local variable should be final: msgDAO Declare the "msgDAO" variable final. Medium MessagesDAO.java 60
Local variable should be final: sess Declare the "sess" variable final. Medium MessagesDAO.java 65
Local variable should be final: templateObj Declare the "templateObj" variable final. Medium MessagesDAO.java 67
Local variable should be final: tx Declare the "tx" variable final. Medium MessagesDAO.java 68
Local variable should be final: orgObj Declare the "orgObj" variable final. Medium MessagesDAO.java 72
Local variable should be final: cal Declare the "cal" variable final. Medium MessagesDAO.java 74
Local variable should be final: md Declare the "md" variable final. Medium MLoginGpsDAO.java 48
Local variable should be final: digest Declare the "digest" variable final. Medium MLoginGpsDAO.java 50
Local variable should be final: emailad Declare the "emailad" variable final. Medium MLoginGpsDAO.java 75
Local variable should be final: pass Declare the "pass" variable final. Medium MLoginGpsDAO.java 79
Local variable should be final: user Declare the "user" variable final. Medium MLoginGpsDAO.java 80
Local variable should be final: u Declare the "u" variable final. Medium MLoginGpsDAO.java 81
Local variable should be final: rep Declare the "rep" variable final. Medium ReportProcessDAO.java 33
Local variable should be final: eventDetails Declare the "eventDetails" variable final. Medium ReportProcessDAO.java 36
Local variable should be final: tdao Declare the "tdao" variable final. Medium ReportProcessDAO.java 48
Local variable should be final: tpDao Declare the "tpDao" variable final. Medium ReportProcessDAO.java 52
Local variable should be final: tripDetails Declare the "tripDetails" variable final. Medium ReportProcessDAO.java 63
Local variable should be final: sdate Declare the "sdate" variable final. Medium ReportProcessDAO.java 113
Local variable should be final: stime Declare the "stime" variable final. Medium ReportProcessDAO.java 114
Local variable should be final: edate Declare the "edate" variable final. Medium ReportProcessDAO.java 115
Local variable should be final: etime Declare the "etime" variable final. Medium ReportProcessDAO.java 116
Local variable should be final: appendeddate Declare the "appendeddate" variable final. Medium ReportProcessDAO.java 117
Local variable should be final: appendedenddate Declare the "appendedenddate" variable final. Medium ReportProcessDAO.java 118
Local variable should be final: event Declare the "event" variable final. Medium ReportProcessDAO.java 119
Local variable should be final: rep Declare the "rep" variable final. Medium ReportProcessDAO.java 121
Local variable should be final: sess Declare the "sess" variable final. Medium ReportRefDAO.java 30
Local variable should be final: query Declare the "query" variable final. Medium ReportRefDAO.java 31
Local variable should be final: user Declare the "user" variable final. Medium ReportRefDAO.java 32
Private field should be final: log Declare the "log" field final. Medium ReportSummaryDAO.java 11
Private field should be final: log Declare the "log" field final. Medium RfHistoryDAO.java 14
Local variable should be final: session Declare the "session" variable final. Medium RfHistoryDAO.java 19
Local variable should be final: session Declare the "session" variable final. Medium RfHistoryDAO.java 44
Local variable should be final: sess Declare the "sess" variable final. Medium RfHistoryDAO.java 69
Local variable should be final: session Declare the "session" variable final. Medium RfHistoryDAO.java 92
Local variable should be final: fenceDAO Declare the "fenceDAO" variable final. Medium RfHistoryDAO.java 95
Local variable should be final: session Declare the "session" variable final. Medium RfHistoryDAO.java 122
Local variable should be final: users Declare the "users" variable final. Medium RfHistoryDAO.java 124
Local variable should be final: fenceDAO Declare the "fenceDAO" variable final. Medium RfHistoryDAO.java 125
Local variable should be final: dao Declare the "dao" variable final. Medium RfHistoryDAO.java 146
Local variable should be final: sdao Declare the "sdao" variable final. Medium SettingsDAO.java 23
Local variable should be final: sdao Declare the "sdao" variable final. Medium SettingsDAO.java 88
Local variable should be final: speedparam Declare the "speedparam" variable final. Medium UserProcessDAO.java 29
Local variable should be final: userDetails Declare the "userDetails" variable final. Medium UserProcessDAO.java 57
Local variable should be final: usr Declare the "usr" variable final. Medium UserProcessDAO.java 78
Local variable should be final: organization Declare the "organization" variable final. Medium UserProcessDAO.java 139
Local variable should be final: param Declare the "param" variable final. Medium UserProcessDAO.java 146
Local variable should be final: mapDAO Declare the "mapDAO" variable final. Medium VehicleFenceDAO.java 30
Local variable should be final: geoMap Declare the "geoMap" variable final. Medium VehicleFenceDAO.java 31
Local variable should be final: vehDAO Declare the "vehDAO" variable final. Medium VehicleFenceDAO.java 58
Local variable should be final: geoVehicle Declare the "geoVehicle" variable final. Medium VehicleFenceDAO.java 59
Local variable should be final: geodao Declare the "geodao" variable final. Medium VehicleFenceDAO.java 60
Local variable should be final: vehicle Declare the "vehicle" variable final. Medium VehicleFenceDAO.java 61
Local variable should be final: geoMaps Declare the "geoMaps" variable final. Medium VehicleFenceDAO.java 103
Local variable should be final: geoVehicle Declare the "geoVehicle" variable final. Medium VehicleFenceDAO.java 104
Local variable should be final: tx Declare the "tx" variable final. Medium VehicleFenceDAO.java 109
Local variable should be final: twoDForm Declare the "twoDForm" variable final. Medium SpeedParamDTO.java 69
Local variable should be final: twoDForm Declare the "twoDForm" variable final. Medium TripDistanceDTO.java 185
Local variable should be final: instance Declare the "instance" variable final. Medium AccountDAO.java 65
Local variable should be final: results Declare the "results" variable final. Medium AccountDAO.java 77
Local variable should be final: queryString Declare the "queryString" variable final. Medium AccountDAO.java 93
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AccountDAO.java 95
Local variable should be final: queryString Declare the "queryString" variable final. Medium AccountDAO.java 159
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AccountDAO.java 160
Local variable should be final: result Declare the "result" variable final. Medium AccountDAO.java 171
Local variable should be final: instance Declare the "instance" variable final. Medium AccountsDAO.java 52
Local variable should be final: results Declare the "results" variable final. Medium AccountsDAO.java 64
Local variable should be final: queryString Declare the "queryString" variable final. Medium AccountsDAO.java 80
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AccountsDAO.java 82
Local variable should be final: queryString Declare the "queryString" variable final. Medium AccountsDAO.java 94
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AccountsDAO.java 95
Local variable should be final: result Declare the "result" variable final. Medium AccountsDAO.java 106
Local variable should be final: castOther Declare the "castOther" variable final. Medium AccountsId.java 53
Local variable should be final: instance Declare the "instance" variable final. Medium AddressDAO.java 67
Local variable should be final: results Declare the "results" variable final. Medium AddressDAO.java 79
Local variable should be final: queryString Declare the "queryString" variable final. Medium AddressDAO.java 95
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AddressDAO.java 97
Local variable should be final: queryString Declare the "queryString" variable final. Medium AddressDAO.java 169
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AddressDAO.java 170
Local variable should be final: result Declare the "result" variable final. Medium AddressDAO.java 181
Local variable should be final: instance Declare the "instance" variable final. Medium AnnouncementsdeliveryDAO.java 58
Local variable should be final: results Declare the "results" variable final. Medium AnnouncementsdeliveryDAO.java 70
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsdeliveryDAO.java 86
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsdeliveryDAO.java 88
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsdeliveryDAO.java 124
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsdeliveryDAO.java 125
Local variable should be final: result Declare the "result" variable final. Medium AnnouncementsdeliveryDAO.java 136
Local variable should be final: instance Declare the "instance" variable final. Medium AnnouncementsentryDAO.java 65
Local variable should be final: results Declare the "results" variable final. Medium AnnouncementsentryDAO.java 77
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsentryDAO.java 93
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsentryDAO.java 95
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsentryDAO.java 155
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsentryDAO.java 156
Local variable should be final: result Declare the "result" variable final. Medium AnnouncementsentryDAO.java 167
Local variable should be final: instance Declare the "instance" variable final. Medium AnnouncementsflagDAO.java 56
Local variable should be final: results Declare the "results" variable final. Medium AnnouncementsflagDAO.java 68
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsflagDAO.java 84
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsflagDAO.java 86
Local variable should be final: queryString Declare the "queryString" variable final. Medium AnnouncementsflagDAO.java 110
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AnnouncementsflagDAO.java 111
Local variable should be final: result Declare the "result" variable final. Medium AnnouncementsflagDAO.java 122
Local variable should be final: instance Declare the "instance" variable final. Medium AutoPkSupportDAO.java 52
Local variable should be final: results Declare the "results" variable final. Medium AutoPkSupportDAO.java 64
Local variable should be final: queryString Declare the "queryString" variable final. Medium AutoPkSupportDAO.java 80
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AutoPkSupportDAO.java 82
Local variable should be final: queryString Declare the "queryString" variable final. Medium AutoPkSupportDAO.java 94
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium AutoPkSupportDAO.java 95
Local variable should be final: result Declare the "result" variable final. Medium AutoPkSupportDAO.java 106
Local variable should be final: castOther Declare the "castOther" variable final. Medium AutoPkSupportId.java 53
Local variable should be final: instance Declare the "instance" variable final. Medium BlogsentryDAO.java 63
Local variable should be final: results Declare the "results" variable final. Medium BlogsentryDAO.java 75
Local variable should be final: queryString Declare the "queryString" variable final. Medium BlogsentryDAO.java 91
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BlogsentryDAO.java 93
Local variable should be final: queryString Declare the "queryString" variable final. Medium BlogsentryDAO.java 149
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BlogsentryDAO.java 150
Local variable should be final: result Declare the "result" variable final. Medium BlogsentryDAO.java 161
Local variable should be final: instance Declare the "instance" variable final. Medium BlogsstatsuserDAO.java 59
Local variable should be final: results Declare the "results" variable final. Medium BlogsstatsuserDAO.java 71
Local variable should be final: queryString Declare the "queryString" variable final. Medium BlogsstatsuserDAO.java 87
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BlogsstatsuserDAO.java 89
Local variable should be final: queryString Declare the "queryString" variable final. Medium BlogsstatsuserDAO.java 129
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BlogsstatsuserDAO.java 130
Local variable should be final: result Declare the "result" variable final. Medium BlogsstatsuserDAO.java 141
Local variable should be final: instance Declare the "instance" variable final. Medium BookmarksentryDAO.java 62
Local variable should be final: results Declare the "results" variable final. Medium BookmarksentryDAO.java 74
Local variable should be final: queryString Declare the "queryString" variable final. Medium BookmarksentryDAO.java 90
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BookmarksentryDAO.java 92
Local variable should be final: queryString Declare the "queryString" variable final. Medium BookmarksentryDAO.java 144
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BookmarksentryDAO.java 145
Local variable should be final: result Declare the "result" variable final. Medium BookmarksentryDAO.java 156
Local variable should be final: instance Declare the "instance" variable final. Medium BookmarksfolderDAO.java 59
Local variable should be final: results Declare the "results" variable final. Medium BookmarksfolderDAO.java 71
Local variable should be final: queryString Declare the "queryString" variable final. Medium BookmarksfolderDAO.java 87
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BookmarksfolderDAO.java 89
Local variable should be final: queryString Declare the "queryString" variable final. Medium BookmarksfolderDAO.java 129
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BookmarksfolderDAO.java 130
Local variable should be final: result Declare the "result" variable final. Medium BookmarksfolderDAO.java 141
Local variable should be final: instance Declare the "instance" variable final. Medium BrowsertrackerDAO.java 53
Local variable should be final: results Declare the "results" variable final. Medium BrowsertrackerDAO.java 65
Local variable should be final: queryString Declare the "queryString" variable final. Medium BrowsertrackerDAO.java 81
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BrowsertrackerDAO.java 83
Local variable should be final: queryString Declare the "queryString" variable final. Medium BrowsertrackerDAO.java 103
Local variable should be final: queryObject Declare the "queryObject" variable final. Medium BrowsertrackerDAO.java 104
Local variable should be final: result Declare the "result" variable final. Medium BrowsertrackerDAO.java 115
Local variable should be final: map Declare the "map" variable final. Medium GenerateMapTester.java 37
Local variable should be final: returnVal Declare the "returnVal" variable final. Medium GenerateMapTester.java 38
Local variable should be final: dynamicQuery Declare the "dynamicQuery" variable final. Medium TestTripProcessDAO.java 117
Local variable should be final: dateformat Declare the "dateformat" variable final. Medium TestTripProcessDAO.java 135
Local variable should be final: date Declare the "date" variable final. Medium TestTripProcessDAO.java 136
Local variable should be final: dateformat Declare the "dateformat" variable final. Medium TestTripProcessDAO.java 150
Local variable should be final: date Declare the "date" variable final. Medium TestTripProcessDAO.java 151
 
Violation Recommendation Severity Resource Line
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium AutoCompleteAction.java 46
Define the initial capacity of StringBuilder instances Pre-define the initial capacity to avoid expensive character array expansion. Medium MessageHandler.java 189
Define the initial capacity of StringBuffer instances Pre-define the initial capacity to avoid expensive character array expansion. Medium VehicleProcessDAO.java 102
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium TestFuelReport.java 20
 
Violation Recommendation Severity Resource Line
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium AutoCompleteAction.java 46
 
Violation Recommendation Severity Resource Line
The object or interface "Account" is declared as Serializable Do not declare this type as Serializable. Medium Account.java 11
The object or interface "Accounts" is declared as Serializable Do not declare this type as Serializable. Medium Accounts.java 9
The object or interface "AccountsId" is declared as Serializable Do not declare this type as Serializable. Medium AccountsId.java 9
The object or interface "Address" is declared as Serializable Do not declare this type as Serializable. Medium Address.java 11
The object or interface "Announcementsdelivery" is declared as Serializable Do not declare this type as Serializable. Medium Announcementsdelivery.java 9
The object or interface "Announcementsentry" is declared as Serializable Do not declare this type as Serializable. Medium Announcementsentry.java 11
The object or interface "Announcementsflag" is declared as Serializable Do not declare this type as Serializable. Medium Announcementsflag.java 11
The object or interface "AutoPkSupport" is declared as Serializable Do not declare this type as Serializable. Medium AutoPkSupport.java 9
The object or interface "AutoPkSupportId" is declared as Serializable Do not declare this type as Serializable. Medium AutoPkSupportId.java 9
The object or interface "Blogsentry" is declared as Serializable Do not declare this type as Serializable. Medium Blogsentry.java 11
The object or interface "Blogsstatsuser" is declared as Serializable Do not declare this type as Serializable. Medium Blogsstatsuser.java 11
The object or interface "Bookmarksentry" is declared as Serializable Do not declare this type as Serializable. Medium Bookmarksentry.java 11
The object or interface "Bookmarksfolder" is declared as Serializable Do not declare this type as Serializable. Medium Bookmarksfolder.java 11
The object or interface "Browsertracker" is declared as Serializable Do not declare this type as Serializable. Medium Browsertracker.java 9
The object or interface "Calevent" is declared as Serializable Do not declare this type as Serializable. Medium Calevent.java 11
 
Violation Recommendation Severity Resource Line
Do not declare bindings Do not include binding information in your XML schemas. Medium PolygonRegion.wsdl 126
 
Violation Recommendation Severity Resource Line
Casting from "double" to "int" Either test the value first or attempt to remove the cast. Medium RFIDAction.java 78
 
Violation Recommendation Severity Resource Line
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AlertSettingsAction.java 57
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AlertSettingsAction.java 144
Method chain is too long (8) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium MessageHandler.java 192
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium GeofencingDAO.java 177
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AccountDAO.java 77
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AccountsDAO.java 64
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AddressDAO.java 79
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AnnouncementsdeliveryDAO.java 70
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AnnouncementsentryDAO.java 77
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AnnouncementsflagDAO.java 68
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium AutoPkSupportDAO.java 64
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium BlogsentryDAO.java 75
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium BlogsstatsuserDAO.java 71
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium BookmarksentryDAO.java 74
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium BookmarksfolderDAO.java 71
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium BrowsertrackerDAO.java 65
Method chain is too long (4) Break the chain by introducing a temporary variable, or define a higher level accessor method that will encapsulate the chain of invocations. Medium CaleventDAO.java 81
 
Violation Recommendation Severity Resource Line
Unnecessary check: can only be null Recommendation... Medium RFIDAction.java 112
 
Violation Recommendation Severity Resource Line
Use of concatenation in append method Replace the single invocation with a sequence of invocations. Medium MessageHandler.java 192
Use of concatenation in append method Replace the single invocation with a sequence of invocations. Medium MessageHandler.java 192
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium LoginGpsDAO.java 40
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium LoginGpsDAO.java 49
Use of concatenation in append method Replace the single invocation with a sequence of invocations. Medium VehicleProcessDAO.java 213
Use of concatenation in append method Replace the single invocation with a sequence of invocations. Medium VehicleProcessDAO.java 223
Use of concatenation in append method Replace the single invocation with a sequence of invocations. Medium VehicleProcessDAO.java 230
Use of concatenation in append method Replace the single invocation with a sequence of invocations. Medium VehicleProcessDAO.java 238
 
Violation Recommendation Severity Resource Line
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium AlertSettingsAction.java 174
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium AlertSettingsAction.java 177
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium FenceVehicleMapAction.java 204
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium FenceVehicleMapAction.java 206
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium FenceUsersDAO.java 108
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium FenceUsersDAO.java 110
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium FenceUsersDAO.java 152
 
Violation Recommendation Severity Resource Line
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium TestVSS.java 3
 
Violation Recommendation Severity Resource Line
Non-final package instance field: "request" Change field from non-final to final. Medium AlertSettingsAction.java 31
Non-final package instance field: "response" Change field from non-final to final. Medium AlertSettingsAction.java 32
Non-final package instance field: "session" Change field from non-final to final. Medium AlertSettingsAction.java 33
Non-final package instance field: "successMessage" Change field from non-final to final. Medium AlertSettingsAction.java 38
Non-final package instance field: "request" Change field from non-final to final. Medium AutoCompleteAction.java 27
Non-final package instance field: "response" Change field from non-final to final. Medium AutoCompleteAction.java 28
Non-final package instance field: "session" Change field from non-final to final. Medium AutoCompleteAction.java 29
Non-final package instance field: "userDAO" Change field from non-final to final. Medium AutoCompleteAction.java 33
Non-final package instance field: "session1" Change field from non-final to final. Medium CookieLoginAction.java 49
Non-final package instance field: "request" Change field from non-final to final. Medium CookieLoginAction.java 51
Non-final package instance field: "response" Change field from non-final to final. Medium CookieLoginAction.java 52
Non-final package instance field: "tx" Change field from non-final to final. Medium DeviceCRUDAction.java 48
Non-final package instance field: "sess" Change field from non-final to final. Medium DeviceCRUDAction.java 49
Non-final package instance field: "user" Change field from non-final to final. Medium DeviceCRUDAction.java 54
Non-final package instance field: "vehicleDAO" Change field from non-final to final. Medium FenceVehicleMapAction.java 31
Non-final package instance field: "user" Change field from non-final to final. Medium FenceVehicleMapAction.java 32
Non-final package instance field: "organizationId" Change field from non-final to final. Medium FenceVehicleMapAction.java 33
Non-final package instance field: "vehicleCheck" Change field from non-final to final. Medium FenceVehicleMapAction.java 38
Non-final package instance field: "geoDAO" Change field from non-final to final. Medium GeofenceAction.java 87
Non-final package instance field: "tripDAO" Change field from non-final to final. Medium GeofenceAction.java 89
Non-final package instance field: "request" Change field from non-final to final. Medium HeaderForwardAction.java 28
Non-final package instance field: "dayTemp" Change field from non-final to final. Medium HolidayAction.java 41
Non-final package instance field: "defaultDays" Change field from non-final to final. Medium HolidayAction.java 42
Non-final package instance field: "dateBuff" Change field from non-final to final. Medium HolidayAction.java 43
Non-final package instance field: "holidayList" Change field from non-final to final. Medium HolidayAction.java 49
Non-final package instance field: "role" Change field from non-final to final. Medium HolidayAction.java 51
Non-final package instance field: "rpDAO" Change field from non-final to final. Medium HolidayAction.java 52
Non-final package instance field: "request" Change field from non-final to final. Medium LogingpsAction.java 68
Non-final package instance field: "response" Change field from non-final to final. Medium LogingpsAction.java 69
Non-final package instance field: "portletRequest" Change field from non-final to final. Medium LogingpsAction.java 70
Non-final package instance field: "request" Change field from non-final to final. Medium LogoutAction.java 39
Non-final package instance field: "session" Change field from non-final to final. Medium MessageHandler.java 62
Non-final package instance field: "request" Change field from non-final to final. Medium MessageHandler.java 63
Non-final package instance field: "response" Change field from non-final to final. Medium MessageHandler.java 64
Non-final package instance field: "user" Change field from non-final to final. Medium MessageHandler.java 65
Non-final package instance field: "orgList" Change field from non-final to final. Medium MessageHandler.java 66
Non-final package instance field: "oid" Change field from non-final to final. Medium MessageHandler.java 67
Non-final package instance field: "templatesList" Change field from non-final to final. Medium MessageHandler.java 94
Non-final package instance field: "session1" Change field from non-final to final. Medium MLoginGpsAction.java 47
Non-final package instance field: "request" Change field from non-final to final. Medium MLoginGpsAction.java 49
Non-final package instance field: "response" Change field from non-final to final. Medium MLoginGpsAction.java 50
Non-final public instance field: "password" Change field from non-final to final. Medium MLoginGpsAction.java 68
Non-final public instance field: "emailAddress" Change field from non-final to final. Medium MLoginGpsAction.java 77
Non-final package instance field: "request" Change field from non-final to final. Medium RFIDAction.java 33
Non-final package instance field: "response" Change field from non-final to final. Medium RFIDAction.java 34
Non-final package instance field: "session" Change field from non-final to final. Medium RFIDAction.java 35
Non-final package instance field: "propsConfig" Change field from non-final to final. Medium RFIDAction.java 37
Non-final package instance field: "rfDash" Change field from non-final to final. Medium RFIDAction.java 38
Non-final package instance field: "toDate" Change field from non-final to final. Medium RFIDAction.java 39
Non-final package instance field: "fromDate" Change field from non-final to final. Medium RFIDAction.java 40
Non-final package instance field: "currentSession" Change field from non-final to final. Medium RFIDAction.java 41
Non-final package instance field: "dates" Change field from non-final to final. Medium RFIDAction.java 42
Non-final package instance field: "outputJSON" Change field from non-final to final. Medium RFIDAction.java 43
Non-final package instance field: "session" Change field from non-final to final. Medium TemplateManager.java 44
Non-final package instance field: "request" Change field from non-final to final. Medium TemplateManager.java 45
Non-final package instance field: "response" Change field from non-final to final. Medium TemplateManager.java 46
Non-final package instance field: "user" Change field from non-final to final. Medium TemplateManager.java 47
Non-final package instance field: "usergeo" Change field from non-final to final. Medium UserNotificationAction.java 46
Non-final package instance field: "geofenceid" Change field from non-final to final. Medium UserNotificationAction.java 47
Non-final package instance field: "tripid" Change field from non-final to final. Medium UserNotificationAction.java 48
Non-final package instance field: "vehicleList" Change field from non-final to final. Medium UserNotificationAction.java 49
Non-final public instance field: "key" Change field from non-final to final. Medium FenceBO.java 4
Non-final public instance field: "title" Change field from non-final to final. Medium FenceBO.java 5
Non-final public instance field: "mobileTags" Change field from non-final to final. Medium GpsSecurity.java 36
Non-final package instance field: "dao" Change field from non-final to final. Medium DailyTripRepDAO.java 33
Non-final package instance field: "tx" Change field from non-final to final. Medium DeviceProcessDAO.java 41
Non-final package instance field: "sess" Change field from non-final to final. Medium DeviceProcessDAO.java 42
Non-final package instance field: "devDao" Change field from non-final to final. Medium DeviceProcessDAO.java 43
Non-final package instance field: "sess" Change field from non-final to final. Medium HolidayProcessDAO.java 30
Non-final package instance field: "tx" Change field from non-final to final. Medium HolidayProcessDAO.java 36
Non-final package instance field: "query" Change field from non-final to final. Medium ReportProcessDAO.java 28
Non-final package instance field: "utrip" Change field from non-final to final. Medium UserTripDAO.java 41
Non-final package instance field: "sess" Change field from non-final to final. Medium VehicleProcessDAO.java 36
Non-final package instance field: "tx" Change field from non-final to final. Medium VehicleProcessDAO.java 42
Non-final package instance field: "tripDetails" Change field from non-final to final. Medium DistParamsDTO.java 10
Non-final package instance field: "vehicleDetails" Change field from non-final to final. Medium DistParamsDTO.java 11
Non-final package instance field: "creationTime" Change field from non-final to final. Medium DistParamsDTO.java 12
Non-final package instance field: "lattitude" Change field from non-final to final. Medium DistParamsDTO.java 13
Non-final package instance field: "longitude" Change field from non-final to final. Medium DistParamsDTO.java 14
Non-final package instance field: "speed" Change field from non-final to final. Medium DistParamsDTO.java 15
Non-final package instance field: "distance" Change field from non-final to final. Medium DistParamsDTO.java 16
Non-final package instance field: "event" Change field from non-final to final. Medium DistParamsDTO.java 17
Non-final package instance field: "creationTime" Change field from non-final to final. Medium FuelFilter.java 7
Non-final package instance field: "speed" Change field from non-final to final. Medium FuelFilter.java 8
Non-final package instance field: "volt" Change field from non-final to final. Medium FuelFilter.java 9
Non-final package instance field: "regNo" Change field from non-final to final. Medium SpeedParamDTO.java 8
Non-final package instance field: "creationTime" Change field from non-final to final. Medium SpeedParamDTO.java 9
Non-final package instance field: "speed" Change field from non-final to final. Medium SpeedParamDTO.java 10
Non-final package instance field: "lattitude" Change field from non-final to final. Medium SpeedParamDTO.java 11
Non-final package instance field: "longitude" Change field from non-final to final. Medium SpeedParamDTO.java 12
Non-final package instance field: "regNo" Change field from non-final to final. Medium TripDistanceDTO.java 8
Non-final package instance field: "tripName" Change field from non-final to final. Medium TripDistanceDTO.java 9
Non-final package instance field: "creationTime" Change field from non-final to final. Medium TripDistanceDTO.java 10
Non-final package instance field: "lattitude" Change field from non-final to final. Medium TripDistanceDTO.java 11
Non-final package instance field: "longitude" Change field from non-final to final. Medium TripDistanceDTO.java 12
Non-final package instance field: "event" Change field from non-final to final. Medium TripDistanceDTO.java 13
Non-final package instance field: "distance" Change field from non-final to final. Medium TripDistanceDTO.java 14
Non-final package instance field: "speed" Change field from non-final to final. Medium TripDistanceDTO.java 15
Non-final package instance field: "tripName" Change field from non-final to final. Medium TripParamDTO.java 7
Non-final package instance field: "creationDate" Change field from non-final to final. Medium TripParamDTO.java 8
Non-final package instance field: "lattitiude" Change field from non-final to final. Medium TripParamDTO.java 9
Non-final package instance field: "longitude" Change field from non-final to final. Medium TripParamDTO.java 10
Non-final package instance field: "longitude" Change field from non-final to final. Medium GLatLng.java 5
Non-final package instance field: "latitude" Change field from non-final to final. Medium GLatLng.java 6
Non-final package instance field: "portletRequest" Change field from non-final to final. Medium GenerateMapTester.java 26
Non-final package instance field: "mockUserLocalService" Change field from non-final to final. Medium GenerateMapTester.java 28
Non-final package instance field: "user" Change field from non-final to final. Medium GenerateMapTester.java 29
Non-final package instance field: "request" Change field from non-final to final. Medium GenerateMapTester.java 31
Non-final package instance field: "session" Change field from non-final to final. Medium GenerateMapTester.java 32
Non-final package instance field: "dtrdao" Change field from non-final to final. Medium TestDailyTripRepDAO.java 16
Non-final package instance field: "dtr" Change field from non-final to final. Medium TestDailyTripReport.java 16
Non-final package instance field: "fr" Change field from non-final to final. Medium TestFuelReport.java 19
Non-final package instance field: "reportInputs" Change field from non-final to final. Medium TestFuelReport.java 20
Non-final package instance field: "tpDao" Change field from non-final to final. Medium TestTripProcessDAO.java 24
 
Violation Recommendation Severity Resource Line
Non-final package static field: "log" Change field from non-final to final. Medium AlertSettingsAction.java 30
Non-final package static field: "log" Change field from non-final to final. Medium AutoCompleteAction.java 26
Non-final package static field: "log" Change field from non-final to final. Medium DeviceCRUDAction.java 65
Non-final package static field: "log" Change field from non-final to final. Medium FenceVehicleMapAction.java 37
Non-final package static field: "log" Change field from non-final to final. Medium GeofenceAction.java 58
Non-final package static field: "log" Change field from non-final to final. Medium HeaderForwardAction.java 29
Non-final package static field: "log" Change field from non-final to final. Medium HolidayAction.java 32
Non-final package static field: "weekDays" Change field from non-final to final. Medium HolidayAction.java 39
Non-final package static field: "log" Change field from non-final to final. Medium LogingpsAction.java 52
Non-final package static field: "log" Change field from non-final to final. Medium LogoutAction.java 30
Non-final package static field: "log" Change field from non-final to final. Medium MessageHandler.java 60
Non-final package static field: "log" Change field from non-final to final. Medium RFIDAction.java 32
Non-final public static field: "sessionProps" Change field from non-final to final. Medium RFIDAction.java 36
Non-final package static field: "log" Change field from non-final to final. Medium TemplateManager.java 42
Non-final package static field: "log" Change field from non-final to final. Medium DeviceProcessDAO.java 40
Non-final package static field: "log" Change field from non-final to final. Medium HolidayProcessDAO.java 37
Non-final package static field: "log" Change field from non-final to final. Medium ReportProcessDAO.java 27
Non-final package static field: "log" Change field from non-final to final. Medium UserNotificationDAO.java 37
Non-final package static field: "log" Change field from non-final to final. Medium UserTripDAO.java 40
Non-final package static field: "log" Change field from non-final to final. Medium VehicleFenceDAO.java 20
Non-final package static field: "log" Change field from non-final to final. Medium VehicleProcessDAO.java 43
 
Violation Recommendation Severity Resource Line
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium AlertSettingsAction.java 23
Too many fields: 18 Reduce the number of fields by splitting the class into multiple smaller classes. Medium CookieLoginAction.java 44
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium DeviceCRUDAction.java 43
Too many fields: 14 Reduce the number of fields by splitting the class into multiple smaller classes. Medium FenceVehicleMapAction.java 23
Too many fields: 28 Reduce the number of fields by splitting the class into multiple smaller classes. Medium GeofenceAction.java 54
Too many fields: 22 Reduce the number of fields by splitting the class into multiple smaller classes. Medium HolidayAction.java 29
Too many fields: 18 Reduce the number of fields by splitting the class into multiple smaller classes. Medium MLoginGpsAction.java 42
Too many fields: 12 Reduce the number of fields by splitting the class into multiple smaller classes. Medium RFIDAction.java 29
Too many fields: 17 Reduce the number of fields by splitting the class into multiple smaller classes. Medium UserNotificationAction.java 42
Too many fields: 16 Reduce the number of fields by splitting the class into multiple smaller classes. Medium UserTripAction.java 33
Too many fields: 20 Reduce the number of fields by splitting the class into multiple smaller classes. Medium VehicleCRUDAction.java 42
Too many fields: 27 Reduce the number of fields by splitting the class into multiple smaller classes. Medium TripByVehicleDTO.java 6
Too many fields: 16 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Account.java 11
Too many fields: 14 Reduce the number of fields by splitting the class into multiple smaller classes. Medium AccountDAO.java 23
Too many fields: 18 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Address.java 11
Too many fields: 16 Reduce the number of fields by splitting the class into multiple smaller classes. Medium AddressDAO.java 23
Too many fields: 17 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Announcementsentry.java 11
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium AnnouncementsentryDAO.java 23
Too many fields: 15 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Blogsentry.java 11
Too many fields: 12 Reduce the number of fields by splitting the class into multiple smaller classes. Medium BlogsentryDAO.java 23
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Bookmarksentry.java 11
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium BookmarksentryDAO.java 23
Too many fields: 22 Reduce the number of fields by splitting the class into multiple smaller classes. Medium Calevent.java 11
Too many fields: 18 Reduce the number of fields by splitting the class into multiple smaller classes. Medium CaleventDAO.java 23
 
Violation Recommendation Severity Resource Line
Too many methods: 31 Reduce the number of methods by splitting the class into multiple smaller classes. Medium CookieLoginAction.java 44
Too many methods: 25 Reduce the number of methods by splitting the class into multiple smaller classes. Medium DeviceCRUDAction.java 43
Too many methods: 56 Reduce the number of methods by splitting the class into multiple smaller classes. Medium GeofenceAction.java 54
Too many methods: 39 Reduce the number of methods by splitting the class into multiple smaller classes. Medium HolidayAction.java 29
Too many methods: 56 Reduce the number of methods by splitting the class into multiple smaller classes. Medium MessageHandler.java 57
Too many methods: 33 Reduce the number of methods by splitting the class into multiple smaller classes. Medium MLoginGpsAction.java 42
Too many methods: 42 Reduce the number of methods by splitting the class into multiple smaller classes. Medium TemplateManager.java 39
Too many methods: 45 Reduce the number of methods by splitting the class into multiple smaller classes. Medium UserNotificationAction.java 42
Too many methods: 31 Reduce the number of methods by splitting the class into multiple smaller classes. Medium UserTripAction.java 33
Too many methods: 41 Reduce the number of methods by splitting the class into multiple smaller classes. Medium VehicleCRUDAction.java 42
Too many methods: 27 Reduce the number of methods by splitting the class into multiple smaller classes. Medium GeofencingDAO.java 36
Too many methods: 54 Reduce the number of methods by splitting the class into multiple smaller classes. Medium TripByVehicleDTO.java 6
Too many methods: 32 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Account.java 11
Too many methods: 36 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Address.java 11
Too many methods: 34 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Announcementsentry.java 11
Too many methods: 30 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Blogsentry.java 11
Too many methods: 26 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Bookmarksentry.java 11
Too many methods: 44 Reduce the number of methods by splitting the class into multiple smaller classes. Medium Calevent.java 11
Too many methods: 26 Reduce the number of methods by splitting the class into multiple smaller classes. Medium CaleventDAO.java 23
 
Violation Recommendation Severity Resource Line
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium VehicleProcessDAO.java 189
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium DistParamsDTO.java 20
Too many parameters: 6 Reduce the number of parameters by moving some of the values into a separate class. Medium DistParamsDTO.java 32
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium DistParamsDTO.java 63
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium FuelDTO.java 62
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium RFIDInfoHistoryDTO.java 17
Too many parameters: 23 Reduce the number of parameters by moving some of the values into a separate class. Medium TripByVehicleDTO.java 75
Too many parameters: 23 Reduce the number of parameters by moving some of the values into a separate class. Medium TripByVehicleDTO.java 114
Too many parameters: 11 Reduce the number of parameters by moving some of the values into a separate class. Medium TripByVehicleDTO.java 323
Too many parameters: 12 Reduce the number of parameters by moving some of the values into a separate class. Medium TripByVehicleDTO.java 340
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium TripDistanceDTO.java 26
Too many parameters: 6 Reduce the number of parameters by moving some of the values into a separate class. Medium TripDistanceDTO.java 38
Too many parameters: 6 Reduce the number of parameters by moving some of the values into a separate class. Medium TripDistanceDTO.java 60
Too many parameters: 16 Reduce the number of parameters by moving some of the values into a separate class. Medium Account.java 44
Too many parameters: 18 Reduce the number of parameters by moving some of the values into a separate class. Medium Address.java 46
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium Announcementsdelivery.java 33
Too many parameters: 17 Reduce the number of parameters by moving some of the values into a separate class. Medium Announcementsentry.java 45
Too many parameters: 15 Reduce the number of parameters by moving some of the values into a separate class. Medium Blogsentry.java 43
Too many parameters: 9 Reduce the number of parameters by moving some of the values into a separate class. Medium Blogsstatsuser.java 37
Too many parameters: 13 Reduce the number of parameters by moving some of the values into a separate class. Medium Bookmarksentry.java 41
Too many parameters: 10 Reduce the number of parameters by moving some of the values into a separate class. Medium Bookmarksfolder.java 38
Too many parameters: 22 Reduce the number of parameters by moving some of the values into a separate class. Medium Calevent.java 50
 
Violation Recommendation Severity Resource Line
Field hides field inherited from Exception Delete the field. Medium InvalidMailIdOrPasswordException.java 8
 
Violation Recommendation Severity Resource Line
Instantiation of class JSONObject found Rather than creating a new instance of <code>JSONObject</code> to call its methods, simply call them using <code>JSONObject.<i>method</i>()</code>. Medium spotajax.jsp 10
Instantiation of class VehicleDetails found Rather than creating a new instance of <code>VehicleDetails</code> to call its methods, simply call them using <code>VehicleDetails.<i>method</i>()</code>. Medium treeAlignment2.jsp 23
Instantiation of class JSONObject found Rather than creating a new instance of <code>JSONObject</code> to call its methods, simply call them using <code>JSONObject.<i>method</i>()</code>. Medium spotajax.jsp 10
Instantiation of class VehicleDetails found Rather than creating a new instance of <code>VehicleDetails</code> to call its methods, simply call them using <code>VehicleDetails.<i>method</i>()</code>. Medium treeAlignment2.jsp 23
 
Violation Recommendation Severity Resource Line
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium AutoCompleteAction.java 61
 
Violation Recommendation Severity Resource Line
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium AutoCompleteAction.java 59
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium FenceVehicleMapAction.java 141
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium FenceVehicleMapAction.java 156
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium FenceUsersDAO.java 47
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium FenceUsersDAO.java 106
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium FenceUsersDAO.java 149
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium FenceUsersDAO.java 167
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium FenceUsersDAO.java 169
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium UserTripDAO.java 71
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium treeAlignment2.jsp 41
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium treeAlignment2.jsp 41
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium fenceNotification.jsp 132
 
Violation Recommendation Severity Resource Line
The method setSession is overloaded Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium HolidayAction.java 295
The method delete is overloads a method inherited from GeofencingDAO Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium GeofencingDAO.java 135
The method getvehicleGroups is overloaded Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium VehicleProcessDAO.java 756
 
Violation Recommendation Severity Resource Line
Variable assigned to but not referenced: "notifier" Check your logic and remove this variable if it is not needed. Medium AlertSettingsAction.java 125
Variable assigned to but not referenced: "subject" Check your logic and remove this variable if it is not needed. Medium AlertSettingsAction.java 127
Variable declared but not used: "users" Check your logic and remove this variable if it is not needed. Medium AutoCompleteAction.java 82
Variable assigned to but not referenced: "rpDAO" Check your logic and remove this variable if it is not needed. Medium MessageHandler.java 142
Variable assigned to but not referenced: "numrow" Check your logic and remove this variable if it is not needed. Medium RFIDAction.java 78
Variable assigned to but not referenced: "dao" Check your logic and remove this variable if it is not needed. Medium HolidayProcessDAO.java 140
Variable assigned to but not referenced: "hdDao" Check your logic and remove this variable if it is not needed. Medium HolidayProcessDAO.java 144
Variable assigned to but not referenced: "event" Check your logic and remove this variable if it is not needed. Medium ReportProcessDAO.java 119
Variable assigned to but not referenced: "sess" Check your logic and remove this variable if it is not needed. Medium ReportRefDAO.java 30
Variable assigned to but not referenced: "query" Check your logic and remove this variable if it is not needed. Medium ReportRefDAO.java 31
Variable assigned to but not referenced: "user" Check your logic and remove this variable if it is not needed. Medium ReportRefDAO.java 32
Variable assigned to but not referenced: "fenceDAO" Check your logic and remove this variable if it is not needed. Medium RfHistoryDAO.java 125
Variable assigned to but not referenced: "userDetails" Check your logic and remove this variable if it is not needed. Medium UserProcessDAO.java 57
 
Violation Recommendation Severity Resource Line
Use of restricted superclass "java.lang.Throwable": LoginIDDoesNotMatchException Consider making the class a subclass of an existing subclass. Medium LoginIDDoesNotMatchException.java 3
Use of restricted superclass "java.lang.Throwable": PassworDoesNotMatchException Consider making the class a subclass of an existing subclass. Medium PassworDoesNotMatchException.java 3
 
Violation Recommendation Severity Resource Line
Equality test with boolean literal: false Remove the comparison with false. Medium geoMapFence.jsp 142
 
Violation Recommendation Severity Resource Line
Concatenating with the empty string Replace the unnecessary concatenation with toString() or String.valueOf(), as appropriate. Medium AutoCompleteAction.java 65
Concatenating with the empty string Replace the unnecessary concatenation with toString() or String.valueOf(), as appropriate. Medium RfHistoryDAO.java 58
 
Violation Recommendation Severity Resource Line
Cannot compare strings using the not equals (!=) operator Replace the comparison with equals(). Medium DailyTripRepDAO.java 76
Cannot compare strings using the not equals (!=) operator Replace the comparison with equals(). Medium DailyTripRepDAO.java 81
Cannot compare strings using the not equals (!=) operator Replace the comparison with equals(). Medium DailyTripRepDAO.java 83
Cannot compare strings using the not equals (!=) operator Replace the comparison with equals(). Medium ReportProcessDAO.java 65
Cannot compare strings using the not equals (!=) operator Replace the comparison with equals(). Medium ReportProcessDAO.java 79
Cannot compare strings using the not equals (!=) operator Replace the comparison with equals(). Medium ReportProcessDAO.java 81
Cannot compare strings using the not equals (!=) operator Replace the comparison with equals(). Medium UserProcessDAO.java 108
Cannot compare strings using the equals (==) operator Replace the comparison with equals(). Medium AutoPkSupportId.java 55
 
Violation Recommendation Severity Resource Line
@Test used Remove the @Test annotation. Medium GenerateMapTester.java 34
@Test used Remove the @Test annotation. Medium TestDailyTripRepDAO.java 17
@Test used Remove the @Test annotation. Medium TestDailyTripRepDAO.java 22
@Test used Remove the @Test annotation. Medium TestDailyTripReport.java 17
@Test used Remove the @Test annotation. Medium TestDailyTripReport.java 23
@Test used Remove the @Test annotation. Medium TestFuelReport.java 21
@Test used Remove the @Test annotation. Medium TestFuelReport.java 31
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 25
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 30
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 35
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 41
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 47
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 52
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 57
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 62
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 68
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 75
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 83
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 91
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 97
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 103
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 109
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 115
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 122
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 127
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 133
@Test used Remove the @Test annotation. Medium TestTripProcessDAO.java 148
 
Violation Recommendation Severity Resource Line
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium AccountsId.java 51
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium AutoPkSupportId.java 51
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium TestTripProcessDAO.java 112
 
Violation Recommendation Severity Resource Line
Empty for loop Restructure the for loop so that it is more obvious what is suppose to be happening each time through the loop. Medium treeAlignment2.jsp 42
Empty for loop Restructure the for loop so that it is more obvious what is suppose to be happening each time through the loop. Medium treeAlignment2.jsp 42
Empty for loop Restructure the for loop so that it is more obvious what is suppose to be happening each time through the loop. Medium fenceNotification.jsp 132
 
Violation Recommendation Severity Resource Line
Empty then clause Unless there is suppose to be something in the then clause, invert the condition and move the else clause to the then clause. Medium DeviceCRUDAction.java 156
Empty else clause Unless there is suppose to be something in the else clause, delete it. Medium LogingpsAction.java 154
Empty if statement The if statement has no effect (unless the condition produces a side-effect), so it should be removed. Medium fenceNotification.jsp 113
 
Violation Recommendation Severity Resource Line
Empty try statement Remove the try statement or fix the code so that its body is no longer empty. Medium HeaderForwardAction.java 69
Empty try statement Remove the try statement or fix the code so that its body is no longer empty. Medium MessageHandler.java 460
Empty try statement Remove the try statement or fix the code so that its body is no longer empty. Medium ReportRefDAO.java 34
 
Violation Recommendation Severity Resource Line
Utility method Move the code in the method to a more suitable location. Medium HeaderForwardAction.java 66
Utility method Move the code in the method to a more suitable location. Medium MessageHandler.java 457
Utility method Move the code in the method to a more suitable location. Medium MLoginGpsAction.java 143
Utility method Move the code in the method to a more suitable location. Medium GeofencingDAO.java 44
Utility method Move the code in the method to a more suitable location. Medium LoginGpsDAO.java 35
Utility method Move the code in the method to a more suitable location. Medium MLoginGpsDAO.java 46
Utility method Move the code in the method to a more suitable location. Medium ReportRefDAO.java 28
Utility method Move the code in the method to a more suitable location. Medium RoleProcessDAO.java 18
Utility method Move the code in the method to a more suitable location. Medium RoleProcessDAO.java 44
Utility method Move the code in the method to a more suitable location. Medium RoleProcessDAO.java 63
Utility method Move the code in the method to a more suitable location. Medium UserProcessDAO.java 27
Utility method Move the code in the method to a more suitable location. Medium UserProcessDAO.java 55
Utility method Move the code in the method to a more suitable location. Medium UserProcessDAO.java 75
Utility method Move the code in the method to a more suitable location. Medium UserProcessDAO.java 83
Utility method Move the code in the method to a more suitable location. Medium UserProcessDAO.java 103
Utility method Move the code in the method to a more suitable location. Medium UserProcessDAO.java 123
Utility method Move the code in the method to a more suitable location. Medium UserProcessDAO.java 136
Utility method Move the code in the method to a more suitable location. Medium GenerateMapTester.java 35
Utility method Move the code in the method to a more suitable location. Medium GenerateMapTester.java 43
 
Violation Recommendation Severity Resource Line
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AlertSettingsAction.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AutoCompleteAction.java 24
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BaseAction.java 8
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CookieLoginAction.java 44
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DeviceCRUDAction.java 43
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FenceVehicleMapAction.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GeofenceAction.java 54
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium HeaderForwardAction.java 25
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium HolidayAction.java 29
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LogingpsAction.java 41
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LogoutAction.java 25
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MessageHandler.java 57
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MLoginGpsAction.java 42
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium RFIDAction.java 29
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TemplateManager.java 39
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserNotificationAction.java 42
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserTripAction.java 33
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleCRUDAction.java 42
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Commons.java 6
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FenceBO.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GpsSecurity.java 26
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TestVSS.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DailyTripRepDAO.java 32
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DeviceProcessDAO.java 36
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FenceUsersDAO.java 10
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GeofencingDAO.java 36
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium HolidayProcessDAO.java 29
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LoginGpsDAO.java 25
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MessagesDAO.java 29
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MLoginGpsDAO.java 40
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ReportProcessDAO.java 26
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ReportRefDAO.java 25
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ReportSummaryDAO.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium RfHistoryDAO.java 12
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium RoleProcessDAO.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium SettingsDAO.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserNotificationDAO.java 34
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserProcessDAO.java 19
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserTripDAO.java 38
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleFenceDAO.java 18
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleFenceReportDAO.java 8
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleProcessDAO.java 35
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DeviceTripDTO.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DistParamsDTO.java 8
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTripDTO.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FuelDTO.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FuelFilter.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Packet.java 6
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium RFIDInfoHistoryDTO.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium SpeedParamDTO.java 6
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripByVehicleDTO.java 6
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripDistanceDTO.java 6
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripParamDTO.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DeviceAlreadyInUseException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DupilicateTripException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DuplicateAliasNameException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DuplicateDeviceNameException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DuplicateMobileNumberException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DuplicateRegisterNumberException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DuplicateVehicleNameException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium InvalidMailIdOrPasswordException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LoginIDDoesNotMatchException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium NullFieldsException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PassworDoesNotMatchException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripNameDuplicateException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserNotLoggedInException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleExistsInTimeException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleInUseException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GenerateMapForm.java 7
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GeofenceForm.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GLatLng.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LogingpsForm.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Account.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AccountDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Accounts.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AccountsDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AccountsId.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Address.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AddressDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Announcementsdelivery.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AnnouncementsdeliveryDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Announcementsentry.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AnnouncementsentryDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Announcementsflag.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AnnouncementsflagDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AutoPkSupport.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AutoPkSupportDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AutoPkSupportId.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BaseHibernateDAO.java 10
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Blogsentry.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BlogsentryDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Blogsstatsuser.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BlogsstatsuserDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Bookmarksentry.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BookmarksentryDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Bookmarksfolder.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BookmarksfolderDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Browsertracker.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium BrowsertrackerDAO.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Calevent.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CaleventDAO.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GenerateMapTester.java 24
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TestDailyTripRepDAO.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TestDailyTripReport.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TestFuelReport.java 18
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TestTripProcessDAO.java 23
 
Violation Recommendation Severity Resource Line
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium AlertSettingsAction.java 23
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium AutoCompleteAction.java 24
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium BaseAction.java 8
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium CookieLoginAction.java 44
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium DeviceCRUDAction.java 43
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FenceVehicleMapAction.java 23
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GeofenceAction.java 54
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium HeaderForwardAction.java 25
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium HolidayAction.java 29
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium LogingpsAction.java 41
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium LogoutAction.java 25
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium MessageHandler.java 57
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium MLoginGpsAction.java 42
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium RFIDAction.java 29
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TemplateManager.java 39
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserNotificationAction.java 42
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserTripAction.java 33
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium VehicleCRUDAction.java 42
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium MLoginGpsDAO.java 40
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium DeviceAlreadyInUseException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium DupilicateTripException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium DuplicateAliasNameException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium DuplicateDeviceNameException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium DuplicateMobileNumberException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium DuplicateRegisterNumberException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium DuplicateVehicleNameException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium InvalidMailIdOrPasswordException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium LoginIDDoesNotMatchException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium NullFieldsException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium PassworDoesNotMatchException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripNameDuplicateException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserNotLoggedInException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium VehicleExistsInTimeException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium VehicleInUseException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Account.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Accounts.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium AccountsId.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Address.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Announcementsdelivery.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Announcementsentry.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Announcementsflag.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium AutoPkSupport.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium AutoPkSupportId.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Blogsentry.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Blogsstatsuser.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Bookmarksentry.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Bookmarksfolder.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Browsertracker.java 9
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Calevent.java 11
 
Violation Recommendation Severity Resource Line
Field with package scope Declare the field public Medium AlertSettingsAction.java 30
Field with package scope Declare the field public Medium AlertSettingsAction.java 31
Field with package scope Declare the field public Medium AlertSettingsAction.java 32
Field with package scope Declare the field public Medium AlertSettingsAction.java 33
Field with package scope Declare the field public Medium AlertSettingsAction.java 38
Field with package scope Declare the field public Medium AutoCompleteAction.java 26
Field with package scope Declare the field public Medium AutoCompleteAction.java 27
Field with package scope Declare the field public Medium AutoCompleteAction.java 28
Field with package scope Declare the field public Medium AutoCompleteAction.java 29
Field with package scope Declare the field public Medium AutoCompleteAction.java 33
Field with package scope Declare the field public Medium CookieLoginAction.java 49
Field with package scope Declare the field public Medium CookieLoginAction.java 51
Field with package scope Declare the field public Medium CookieLoginAction.java 52
Field with package scope Declare the field public Medium DeviceCRUDAction.java 48
Field with package scope Declare the field public Medium DeviceCRUDAction.java 49
Field with package scope Declare the field public Medium DeviceCRUDAction.java 54
Field with package scope Declare the field public Medium DeviceCRUDAction.java 65
Field with package scope Declare the field public Medium FenceVehicleMapAction.java 31
Field with package scope Declare the field public Medium FenceVehicleMapAction.java 32
Field with package scope Declare the field public Medium FenceVehicleMapAction.java 33
Field with package scope Declare the field public Medium FenceVehicleMapAction.java 37
Field with package scope Declare the field public Medium FenceVehicleMapAction.java 38
Field with package scope Declare the field public Medium GeofenceAction.java 58
Field with package scope Declare the field public Medium GeofenceAction.java 87
Field with package scope Declare the field public Medium GeofenceAction.java 89
Field with package scope Declare the field public Medium HeaderForwardAction.java 28
Field with package scope Declare the field public Medium HeaderForwardAction.java 29
Field with package scope Declare the field public Medium HolidayAction.java 32
Field with package scope Declare the field public Medium HolidayAction.java 39
Field with package scope Declare the field public Medium HolidayAction.java 41
Field with package scope Declare the field public Medium HolidayAction.java 42
Field with package scope Declare the field public Medium HolidayAction.java 43
Field with package scope Declare the field public Medium HolidayAction.java 49
Field with package scope Declare the field public Medium HolidayAction.java 51
Field with package scope Declare the field public Medium HolidayAction.java 52
Field with package scope Declare the field public Medium LogingpsAction.java 60
Field with package scope Declare the field public Medium LogingpsAction.java 68
Field with package scope Declare the field public Medium LogingpsAction.java 69
Field with package scope Declare the field public Medium LogingpsAction.java 70
Field with package scope Declare the field public Medium LogoutAction.java 38
Field with package scope Declare the field public Medium LogoutAction.java 39
Field with package scope Declare the field public Medium MessageHandler.java 60
Field with package scope Declare the field public Medium MessageHandler.java 62
Field with package scope Declare the field public Medium MessageHandler.java 63
Field with package scope Declare the field public Medium MessageHandler.java 64
Field with package scope Declare the field public Medium MessageHandler.java 65
Field with package scope Declare the field public Medium MessageHandler.java 66
Field with package scope Declare the field public Medium MessageHandler.java 67
Field with package scope Declare the field public Medium MessageHandler.java 94
Field with package scope Declare the field public Medium MLoginGpsAction.java 47
Field with package scope Declare the field public Medium MLoginGpsAction.java 49
Field with package scope Declare the field public Medium MLoginGpsAction.java 50
Field with package scope Declare the field public Medium RFIDAction.java 32
Field with package scope Declare the field public Medium RFIDAction.java 33
Field with package scope Declare the field public Medium RFIDAction.java 34
Field with package scope Declare the field public Medium RFIDAction.java 35
Field with package scope Declare the field public Medium RFIDAction.java 37
Field with package scope Declare the field public Medium RFIDAction.java 38
Field with package scope Declare the field public Medium RFIDAction.java 39
Field with package scope Declare the field public Medium RFIDAction.java 40
Field with package scope Declare the field public Medium RFIDAction.java 41
Field with package scope Declare the field public Medium RFIDAction.java 42
Field with package scope Declare the field public Medium RFIDAction.java 43
Field with package scope Declare the field public Medium TemplateManager.java 42
Field with package scope Declare the field public Medium TemplateManager.java 44
Field with package scope Declare the field public Medium TemplateManager.java 45
Field with package scope Declare the field public Medium TemplateManager.java 46
Field with package scope Declare the field public Medium TemplateManager.java 47
Field with package scope Declare the field public Medium UserNotificationAction.java 46
Field with package scope Declare the field public Medium UserNotificationAction.java 47
Field with package scope Declare the field public Medium UserNotificationAction.java 48
Field with package scope Declare the field public Medium UserNotificationAction.java 49
Field with package scope Declare the field public Medium GpsSecurity.java 35
Field with package scope Declare the field public Medium DailyTripRepDAO.java 33
Field with package scope Declare the field public Medium DeviceProcessDAO.java 40
Field with package scope Declare the field public Medium DeviceProcessDAO.java 41
Field with package scope Declare the field public Medium DeviceProcessDAO.java 42
Field with package scope Declare the field public Medium DeviceProcessDAO.java 43
Field with package scope Declare the field public Medium HolidayProcessDAO.java 35
Field with package scope Declare the field public Medium HolidayProcessDAO.java 36
Field with package scope Declare the field public Medium HolidayProcessDAO.java 37
Field with package scope Declare the field public Medium ReportProcessDAO.java 27
Field with package scope Declare the field public Medium ReportProcessDAO.java 28
Field with package scope Declare the field public Medium UserNotificationDAO.java 37
Field with package scope Declare the field public Medium UserTripDAO.java 40
Field with package scope Declare the field public Medium UserTripDAO.java 41
Field with package scope Declare the field public Medium VehicleFenceDAO.java 20
Field with package scope Declare the field public Medium VehicleProcessDAO.java 41
Field with package scope Declare the field public Medium VehicleProcessDAO.java 42
Field with package scope Declare the field public Medium VehicleProcessDAO.java 43
Field with package scope Declare the field public Medium DistParamsDTO.java 10
Field with package scope Declare the field public Medium DistParamsDTO.java 11
Field with package scope Declare the field public Medium DistParamsDTO.java 12
Field with package scope Declare the field public Medium DistParamsDTO.java 13
Field with package scope Declare the field public Medium DistParamsDTO.java 14
Field with package scope Declare the field public Medium DistParamsDTO.java 15
Field with package scope Declare the field public Medium DistParamsDTO.java 16
Field with package scope Declare the field public Medium DistParamsDTO.java 17
Field with package scope Declare the field public Medium FuelFilter.java 7
Field with package scope Declare the field public Medium FuelFilter.java 8
Field with package scope Declare the field public Medium FuelFilter.java 9
Field with package scope Declare the field public Medium SpeedParamDTO.java 8
Field with package scope Declare the field public Medium SpeedParamDTO.java 9
Field with package scope Declare the field public Medium SpeedParamDTO.java 10
Field with package scope Declare the field public Medium SpeedParamDTO.java 11
Field with package scope Declare the field public Medium SpeedParamDTO.java 12
Field with package scope Declare the field public Medium TripDistanceDTO.java 8
Field with package scope Declare the field public Medium TripDistanceDTO.java 9
Field with package scope Declare the field public Medium TripDistanceDTO.java 10
Field with package scope Declare the field public Medium TripDistanceDTO.java 11
Field with package scope Declare the field public Medium TripDistanceDTO.java 12
Field with package scope Declare the field public Medium TripDistanceDTO.java 13
Field with package scope Declare the field public Medium TripDistanceDTO.java 14
Field with package scope Declare the field public Medium TripDistanceDTO.java 15
Field with package scope Declare the field public Medium TripParamDTO.java 7
Field with package scope Declare the field public Medium TripParamDTO.java 8
Field with package scope Declare the field public Medium TripParamDTO.java 9
Field with package scope Declare the field public Medium TripParamDTO.java 10
Field with package scope Declare the field public Medium GLatLng.java 5
Field with package scope Declare the field public Medium GLatLng.java 6
Field with package scope Declare the field public Medium GenerateMapTester.java 26
Field with package scope Declare the field public Medium GenerateMapTester.java 28
Field with package scope Declare the field public Medium GenerateMapTester.java 29
Field with package scope Declare the field public Medium GenerateMapTester.java 31
Field with package scope Declare the field public Medium GenerateMapTester.java 32
Field with package scope Declare the field public Medium TestDailyTripRepDAO.java 16
Field with package scope Declare the field public Medium TestDailyTripReport.java 16
Field with package scope Declare the field public Medium TestFuelReport.java 19
Field with package scope Declare the field public Medium TestFuelReport.java 20
Field with package scope Declare the field public Medium TestTripProcessDAO.java 24
 
Violation Recommendation Severity Resource Line
Not all exceptions have a corresponding error page Add an error-page handler for java.lang.Throwable. Medium web.xml 3
 
Violation Recommendation Severity Resource Line
Empty catch clause for exception e Delete the empty catch clause. Medium HeaderForwardAction.java 52
Empty catch clause for exception e Delete the empty catch clause. Medium HeaderForwardAction.java 73
Empty catch clause for exception e Delete the empty catch clause. Medium RFIDAction.java 175
 
Violation Recommendation Severity Resource Line
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 95
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 164
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 184
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 190
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 195
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 196
Field used without checking for null Add code to compare the value of the field against null. Medium AlertSettingsAction.java 216
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 105
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 106
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium AutoCompleteAction.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 153
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 169
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 174
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 238
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 238
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 240
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 242
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 244
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 248
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 250
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 259
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 260
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 267
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 267
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 273
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 275
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 277
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 278
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 278
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 279
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 279
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 280
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 280
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 281
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 282
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 283
Field used without checking for null Add code to compare the value of the field against null. Medium CookieLoginAction.java 284
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 194
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 195
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 210
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 211
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 211
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 212
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 214
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 247
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 249
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 253
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 255
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 256
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 256
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 300
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 300
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 300
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 300
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 310
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 310
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 310
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 310
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 310
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 312
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 367
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 368
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 370
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 370
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 373
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 374
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 374
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 380
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 380
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 387
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 390
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 409
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 458
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 460
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 463
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceCRUDAction.java 465
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 180
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 181
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 184
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 192
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 192
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 196
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 198
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 198
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 200
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 204
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 205
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium FenceVehicleMapAction.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 283
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 284
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,020
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,027
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,032
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,033
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,034
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,036
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,038
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,040
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,042
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,044
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,045
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,046
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,054
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,061
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,062
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,063
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,064
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,065
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,066
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,067
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,068
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,077
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,078
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,079
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,081
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,082
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,083
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,094
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,096
Field used without checking for null Add code to compare the value of the field against null. Medium GeofenceAction.java 1,110
Field used without checking for null Add code to compare the value of the field against null. Medium HeaderForwardAction.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium HeaderForwardAction.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 95
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 160
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 165
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 176
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 189
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 190
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 193
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 194
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 225
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 229
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 231
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 232
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 236
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 237
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 239
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 240
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 259
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayAction.java 260
Field used without checking for null Add code to compare the value of the field against null. Medium LogingpsAction.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium LogingpsAction.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium LogingpsAction.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium LogingpsAction.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium LogingpsAction.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium LogoutAction.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium LogoutAction.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 153
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 179
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 198
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 212
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 213
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 214
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 215
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 220
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 222
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 234
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 237
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 237
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 240
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 241
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 242
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 246
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 246
Field used without checking for null Add code to compare the value of the field against null. Medium MessageHandler.java 249
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 207
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 207
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 209
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 210
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 211
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 213
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 213
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 214
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 226
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 232
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 234
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 267
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 297
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 297
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 299
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 301
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 303
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 307
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 309
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 318
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 319
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 326
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 326
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 332
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 334
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 336
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 337
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 337
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 338
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 338
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 339
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 339
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 340
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 341
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 342
Field used without checking for null Add code to compare the value of the field against null. Medium MLoginGpsAction.java 343
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 160
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 164
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 165
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 193
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 229
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 233
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 235
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 241
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 242
Field used without checking for null Add code to compare the value of the field against null. Medium RFIDAction.java 250
Field used without checking for null Add code to compare the value of the field against null. Medium TemplateManager.java 252
Field used without checking for null Add code to compare the value of the field against null. Medium TemplateManager.java 268
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 250
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 251
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 255
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 256
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 258
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 267
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 275
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 275
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 289
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 289
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 306
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 306
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 315
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 317
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 320
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 324
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 330
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 350
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 363
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 365
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 372
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 377
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 379
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 414
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 435
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 436
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 446
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 448
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 484
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 500
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 501
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 514
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 516
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 517
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 518
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 519
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 535
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 553
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 554
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 561
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 565
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 574
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 594
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 596
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 598
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 600
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 615
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 638
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 641
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationAction.java 650
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 123
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 164
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 177
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 189
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 193
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 195
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 200
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 200
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 204
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 206
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 209
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 209
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 236
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 240
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 246
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 253
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 270
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 271
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 279
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 302
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 307
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 307
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 309
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 309
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 310
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 312
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 317
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 325
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 329
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 329
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 330
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 331
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 331
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 332
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 334
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripAction.java 339
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleCRUDAction.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleCRUDAction.java 171
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleCRUDAction.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleCRUDAction.java 174
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleCRUDAction.java 175
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleCRUDAction.java 175
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 160
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 164
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium DailyTripRepDAO.java 192
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 175
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 190
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 195
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 196
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 206
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 216
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 227
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 273
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 274
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 278
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 279
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 283
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 287
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 290
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 291
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 314
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 323
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 342
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 373
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 377
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 378
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 379
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 380
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 383
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 384
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 392
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 394
Field used without checking for null Add code to compare the value of the field against null. Medium DeviceProcessDAO.java 396
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 26
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 194
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 212
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 220
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 253
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 271
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 275
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 315
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 317
Field used without checking for null Add code to compare the value of the field against null. Medium FenceUsersDAO.java 335
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 201
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 605
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 606
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 612
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 613
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 614
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 665
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 725
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 727
Field used without checking for null Add code to compare the value of the field against null. Medium GeofencingDAO.java 774
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium HolidayProcessDAO.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium MessagesDAO.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium MessagesDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium MessagesDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium MessagesDAO.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium MessagesDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium ReportProcessDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium ReportProcessDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium ReportProcessDAO.java 91
Field used without checking for null Add code to compare the value of the field against null. Medium ReportProcessDAO.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium ReportSummaryDAO.java 23
Field used without checking for null Add code to compare the value of the field against null. Medium ReportSummaryDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium RfHistoryDAO.java 26
Field used without checking for null Add code to compare the value of the field against null. Medium RfHistoryDAO.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium RfHistoryDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium RfHistoryDAO.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium RfHistoryDAO.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium RfHistoryDAO.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium SettingsDAO.java 30
Field used without checking for null Add code to compare the value of the field against null. Medium SettingsDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium SettingsDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium SettingsDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 95
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 171
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 198
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 204
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 205
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 229
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 230
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 231
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 232
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 240
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 253
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 288
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 289
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 290
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 296
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 298
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 307
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 341
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 345
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 348
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 380
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 382
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 388
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 406
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 415
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 418
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 422
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 423
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 431
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 450
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 459
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 504
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 510
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 519
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 552
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 557
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 568
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 573
Field used without checking for null Add code to compare the value of the field against null. Medium UserNotificationDAO.java 585
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 174
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 176
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 179
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 207
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 222
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 239
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 242
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 260
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 262
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 279
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 296
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 341
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 342
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 357
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 376
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 379
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 391
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 394
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 403
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 410
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 412
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 415
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 429
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 442
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 456
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 462
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 465
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 485
Field used without checking for null Add code to compare the value of the field against null. Medium UserTripDAO.java 502
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleFenceDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleFenceDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleFenceDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleFenceDAO.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 85
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 164
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 197
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 212
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 222
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 231
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 239
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 246
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 252
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 259
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 266
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 268
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 272
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 276
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 305
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 314
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 323
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 342
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 372
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 373
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 374
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 380
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 384
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 386
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 387
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 387
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 395
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 402
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 411
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 412
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 413
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 415
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 416
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 416
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 422
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 424
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 425
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 425
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleProcessDAO.java 432
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 169
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 175
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 181
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 184
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 192
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 195
Field used without checking for null Add code to compare the value of the field against null. Medium AccountDAO.java 197
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium AccountsDAO.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 179
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 182
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 185
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 194
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 196
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 202
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 205
Field used without checking for null Add code to compare the value of the field against null. Medium AddressDAO.java 207
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 150
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsdeliveryDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 153
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 165
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 169
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 178
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 181
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 189
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 192
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsentryDAO.java 194
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 75
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium AnnouncementsflagDAO.java 149
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 62
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium AutoPkSupportDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 153
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 175
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 177
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsentryDAO.java 188
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium BlogsstatsuserDAO.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 161
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 170
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 178
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 181
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksentryDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 152
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 166
Field used without checking for null Add code to compare the value of the field against null. Medium BookmarksfolderDAO.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 29
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium BrowsertrackerDAO.java 142
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 84
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 177
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 183
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 189
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 192
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 195
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 201
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 204
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 206
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 212
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 215
Field used without checking for null Add code to compare the value of the field against null. Medium CaleventDAO.java 217
Field used without checking for null Add code to compare the value of the field against null. Medium TestDailyTripRepDAO.java 20
Field used without checking for null Add code to compare the value of the field against null. Medium TestDailyTripRepDAO.java 25
Field used without checking for null Add code to compare the value of the field against null. Medium TestDailyTripReport.java 20
Field used without checking for null Add code to compare the value of the field against null. Medium TestDailyTripReport.java 26
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 23
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 24
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 25
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 26
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium TestFuelReport.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 106
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium TestTripProcessDAO.java 154
 
Violation Recommendation Severity Resource Line
Empty finally clause Delete the empty finally clause. Medium DeviceProcessDAO.java 62
Empty finally clause Delete the empty finally clause. Medium GeofencingDAO.java 56
Empty finally clause Delete the empty finally clause. Medium GeofencingDAO.java 86
Empty finally clause Delete the empty finally clause. Medium GeofencingDAO.java 114
Empty finally clause Delete the empty finally clause. Medium GeofencingDAO.java 173
Empty finally clause Delete the empty finally clause. Medium GeofencingDAO.java 205
Empty finally clause Delete the empty finally clause. Medium HolidayProcessDAO.java 50
Empty finally clause Delete the empty finally clause. Medium HolidayProcessDAO.java 81
Empty finally clause Delete the empty finally clause. Medium HolidayProcessDAO.java 110
Empty finally clause Delete the empty finally clause. Medium LoginGpsDAO.java 45
Empty finally clause Delete the empty finally clause. Medium MessagesDAO.java 39
Empty finally clause Delete the empty finally clause. Medium MLoginGpsDAO.java 82
Empty finally clause Delete the empty finally clause. Medium ReportRefDAO.java 34
Empty finally clause Delete the empty finally clause. Medium UserNotificationDAO.java 54
Empty finally clause Delete the empty finally clause. Medium UserNotificationDAO.java 132
Empty finally clause Delete the empty finally clause. Medium UserNotificationDAO.java 165
Empty finally clause Delete the empty finally clause. Medium UserTripDAO.java 64
Empty finally clause Delete the empty finally clause. Medium VehicleProcessDAO.java 51
Empty finally clause Delete the empty finally clause. Medium VehicleProcessDAO.java 76
Empty finally clause Delete the empty finally clause. Medium VehicleProcessDAO.java 146
 
Violation Recommendation Severity Resource Line
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium AlertSettingsAction.java 107
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AlertSettingsAction.java 107
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium AlertSettingsAction.java 109
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium AlertSettingsAction.java 150
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium AlertSettingsAction.java 184
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium AlertSettingsAction.java 190
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium AlertSettingsAction.java 283
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium AlertSettingsAction.java 287
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium AlertSettingsAction.java 290
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium AlertSettingsAction.java 290
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium AlertSettingsAction.java 290
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium FenceVehicleMapAction.java 204
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium FenceVehicleMapAction.java 204
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium FenceVehicleMapAction.java 204
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium RFIDAction.java 76
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium RFIDAction.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium RFIDAction.java 77
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium RFIDAction.java 78
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium DailyTripRepDAO.java 100
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium DailyTripRepDAO.java 101
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium DailyTripRepDAO.java 115
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DailyTripRepDAO.java 125
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 13
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 14
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 15
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 16
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 21
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 21
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 21
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 21
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 27
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 27
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 27
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 28
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 28
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 28
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 29
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 29
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 29
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 33
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 33
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 33
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 38
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 38
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 38
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 39
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 39
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 39
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 40
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 40
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 40
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 44
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 44
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 50
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 54
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 54
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 58
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 58
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 58
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 59
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 59
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 59
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 64
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DistParamsDTO.java 64
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 20
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 30
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 37
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 37
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 37
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 40
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 42
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 43
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 51
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 51
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 51
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 52
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 52
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 52
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 53
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 53
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 53
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 56
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 58
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 59
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 65
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 65
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 65
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 67
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 67
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 67
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 68
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 68
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 68
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 69
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 69
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 69
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 77
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 80
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 83
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 83
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 83
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 101
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 104
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 107
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelDTO.java 107
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 8
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 9
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 10
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 11
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 13
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 14
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 16
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 17
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 17
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 17
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 19
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 19
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 19
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 19
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 22
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 22
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 22
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 23
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 23
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 23
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 24
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 24
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 24
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 25
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 28
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 29
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 31
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 32
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 32
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 32
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 40
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 41
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 41
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 41
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 43
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 44
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 44
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 46
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 47
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 47
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 47
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium FuelFilter.java 50
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 10
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 11
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 12
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 14
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 18
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 18
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 18
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 21
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 21
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 21
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 25
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 27
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 27
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 27
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 61
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 62
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 66
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 68
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 70
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 70
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 70
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 71
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 72
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 72
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 73
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 73
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 74
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 74
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 74
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 80
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 85
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 87
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 88
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 88
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 88
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 94
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 95
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 99
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 101
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 102
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 102
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium SpeedParamDTO.java 102
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 94
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 94
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 94
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 95
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 95
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 95
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 96
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 96
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 96
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 101
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 101
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 101
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 103
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 103
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 103
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 133
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 133
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 133
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 134
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 134
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 134
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 135
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 135
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 135
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 136
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 136
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 136
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 140
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 140
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 140
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 142
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 142
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 142
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 224
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 227
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 227
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 227
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 230
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 233
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 233
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 233
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 236
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 239
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 239
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 239
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 242
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripByVehicleDTO.java 245
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 11
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 12
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 14
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 15
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 21
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 22
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 24
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 27
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 27
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 27
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 27
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 32
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 32
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 32
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 33
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 33
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 33
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 34
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 34
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 34
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 35
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 35
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 39
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 39
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 39
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 44
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 44
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 44
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 45
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 45
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 45
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 46
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 46
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 46
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 50
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 50
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 55
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 55
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 55
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 56
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 56
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 56
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 61
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 61
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 66
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 66
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 66
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 67
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripDistanceDTO.java 67
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 9
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 10
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 12
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 13
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 17
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 17
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 17
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 18
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 18
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 18
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 52
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 54
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 55
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 55
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 55
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 60
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 61
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 64
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 66
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 67
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 67
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParamDTO.java 67
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 9
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 9
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 10
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 10
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 14
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 18
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 18
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 18
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 22
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GLatLng.java 26
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 48
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 49
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 111
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 111
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 115
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 115
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 115
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 119
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 119
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 123
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 123
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium Blogsstatsuser.java 123
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TestTripProcessDAO.java 59
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium TestTripProcessDAO.java 64
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TestTripProcessDAO.java 64
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium TestTripProcessDAO.java 71
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TestTripProcessDAO.java 71
 
Violation Recommendation Severity Resource Line
Getter/setter method setServletRequest should be declared final Declare this method to be final. Medium AlertSettingsAction.java 224
Getter/setter method setServletResponse should be declared final Declare this method to be final. Medium AlertSettingsAction.java 230
Getter/setter method getVehicles should be declared final Declare this method to be final. Medium AlertSettingsAction.java 243
Getter/setter method setVehicles should be declared final Declare this method to be final. Medium AlertSettingsAction.java 249
Getter/setter method getMessage should be declared final Declare this method to be final. Medium AlertSettingsAction.java 255
Getter/setter method setMessage should be declared final Declare this method to be final. Medium AlertSettingsAction.java 261
Getter/setter method getVehicleid should be declared final Declare this method to be final. Medium AlertSettingsAction.java 268
Getter/setter method setVehicleid should be declared final Declare this method to be final. Medium AlertSettingsAction.java 275
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium AlertSettingsAction.java 282
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium AlertSettingsAction.java 289
Getter/setter method getSuccessMessage should be declared final Declare this method to be final. Medium AlertSettingsAction.java 296
Getter/setter method setSuccessMessage should be declared final Declare this method to be final. Medium AlertSettingsAction.java 303
Getter/setter method getStatus should be declared final Declare this method to be final. Medium AlertSettingsAction.java 310
Getter/setter method setStatus should be declared final Declare this method to be final. Medium AlertSettingsAction.java 317
Getter/setter method setServletRequest should be declared final Declare this method to be final. Medium AutoCompleteAction.java 121
Getter/setter method setServletResponse should be declared final Declare this method to be final. Medium AutoCompleteAction.java 127
Getter/setter method getTrips should be declared final Declare this method to be final. Medium AutoCompleteAction.java 143
Getter/setter method setTrips should be declared final Declare this method to be final. Medium AutoCompleteAction.java 152
Getter/setter method getGrades should be declared final Declare this method to be final. Medium AutoCompleteAction.java 159
Getter/setter method setGrades should be declared final Declare this method to be final. Medium AutoCompleteAction.java 166
Getter/setter method getStudent should be declared final Declare this method to be final. Medium AutoCompleteAction.java 173
Getter/setter method setStudent should be declared final Declare this method to be final. Medium AutoCompleteAction.java 180
Getter/setter method getTotalCount should be declared final Declare this method to be final. Medium BaseAction.java 18
Getter/setter method setTotalCount should be declared final Declare this method to be final. Medium BaseAction.java 24
Getter/setter method getCurrentCount should be declared final Declare this method to be final. Medium BaseAction.java 29
Getter/setter method setCurrentCount should be declared final Declare this method to be final. Medium BaseAction.java 33
Getter/setter method getFirst should be declared final Declare this method to be final. Medium BaseAction.java 37
Getter/setter method setFirst should be declared final Declare this method to be final. Medium BaseAction.java 41
Getter/setter method getLast should be declared final Declare this method to be final. Medium BaseAction.java 45
Getter/setter method setLast should be declared final Declare this method to be final. Medium BaseAction.java 49
Getter/setter method getCurrentTheme should be declared final Declare this method to be final. Medium BaseAction.java 54
Getter/setter method setCurrentTheme should be declared final Declare this method to be final. Medium BaseAction.java 58
Getter/setter method getUser should be declared final Declare this method to be final. Medium CookieLoginAction.java 54
Getter/setter method setUser should be declared final Declare this method to be final. Medium CookieLoginAction.java 58
Getter/setter method setCookie should be declared final Declare this method to be final. Medium CookieLoginAction.java 61
Getter/setter method getCookie should be declared final Declare this method to be final. Medium CookieLoginAction.java 65
Getter/setter method getEmailAddress should be declared final Declare this method to be final. Medium CookieLoginAction.java 71
Getter/setter method setEmailAddress should be declared final Declare this method to be final. Medium CookieLoginAction.java 75
Getter/setter method setCookiech should be declared final Declare this method to be final. Medium CookieLoginAction.java 78
Getter/setter method getCookiech should be declared final Declare this method to be final. Medium CookieLoginAction.java 82
Getter/setter method getOrgVehicleList should be declared final Declare this method to be final. Medium CookieLoginAction.java 95
Getter/setter method setOrgVehicleList should be declared final Declare this method to be final. Medium CookieLoginAction.java 98
Getter/setter method getVehicleDetails should be declared final Declare this method to be final. Medium CookieLoginAction.java 103
Getter/setter method setVehicleDetails should be declared final Declare this method to be final. Medium CookieLoginAction.java 106
Getter/setter method getVedetails should be declared final Declare this method to be final. Medium CookieLoginAction.java 110
Getter/setter method setVedetails should be declared final Declare this method to be final. Medium CookieLoginAction.java 114
Getter/setter method getVehList should be declared final Declare this method to be final. Medium CookieLoginAction.java 117
Getter/setter method setVehList should be declared final Declare this method to be final. Medium CookieLoginAction.java 120
Getter/setter method getColurList should be declared final Declare this method to be final. Medium CookieLoginAction.java 123
Getter/setter method setColurList should be declared final Declare this method to be final. Medium CookieLoginAction.java 126
Getter/setter method getTripDetails should be declared final Declare this method to be final. Medium CookieLoginAction.java 129
Getter/setter method setTripDetails should be declared final Declare this method to be final. Medium CookieLoginAction.java 132
Getter/setter method getTripDetails_date should be declared final Declare this method to be final. Medium CookieLoginAction.java 135
Getter/setter method setTripDetails_date should be declared final Declare this method to be final. Medium CookieLoginAction.java 138
Getter/setter method getIstat should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 55
Getter/setter method setIstat should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 59
Getter/setter method getMessage1 should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 69
Getter/setter method setMessage1 should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 73
Getter/setter method getMessage should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 77
Getter/setter method setMessage should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 81
Getter/setter method getDevice should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 85
Getter/setter method getDeviceId should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 89
Getter/setter method setDeviceId should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 93
Getter/setter method setDevice should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 98
Getter/setter method setDeviceList should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 102
Getter/setter method getDeviceList should be declared final Declare this method to be final. Medium DeviceCRUDAction.java 106
Getter/setter method getVehicleCheck should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 40
Getter/setter method setVehicleCheck should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 45
Getter/setter method setServletRequest should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 221
Getter/setter method setServletResponse should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 227
Getter/setter method getVehicleList should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 236
Getter/setter method setVehicleList should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 243
Getter/setter method getFenceid should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 250
Getter/setter method setFenceid should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 257
Getter/setter method getMappedList should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 264
Getter/setter method setMappedList should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 271
Getter/setter method getFences should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 278
Getter/setter method setFences should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 285
Getter/setter method getTripid should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 292
Getter/setter method setTripid should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 299
Getter/setter method getFenceList should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 306
Getter/setter method setFenceList should be declared final Declare this method to be final. Medium FenceVehicleMapAction.java 313
Getter/setter method setServletRequest should be declared final Declare this method to be final. Medium HolidayAction.java 266
Getter/setter method setServletResponse should be declared final Declare this method to be final. Medium HolidayAction.java 273
Getter/setter method getHolidays should be declared final Declare this method to be final. Medium HolidayAction.java 284
Getter/setter method setHolidays should be declared final Declare this method to be final. Medium HolidayAction.java 288
Getter/setter method getSession should be declared final Declare this method to be final. Medium HolidayAction.java 292
Getter/setter method setSession should be declared final Declare this method to be final. Medium HolidayAction.java 295
Getter/setter method getRequest should be declared final Declare this method to be final. Medium HolidayAction.java 298
Getter/setter method setRequest should be declared final Declare this method to be final. Medium HolidayAction.java 301
Getter/setter method getResponse should be declared final Declare this method to be final. Medium HolidayAction.java 304
Getter/setter method setResponse should be declared final Declare this method to be final. Medium HolidayAction.java 307
Getter/setter method getUser should be declared final Declare this method to be final. Medium HolidayAction.java 310
Getter/setter method setUser should be declared final Declare this method to be final. Medium HolidayAction.java 313
Getter/setter method getFromdatepicker should be declared final Declare this method to be final. Medium HolidayAction.java 316
Getter/setter method setFromdatepicker should be declared final Declare this method to be final. Medium HolidayAction.java 319
Getter/setter method getPassword should be declared final Declare this method to be final. Medium LogingpsAction.java 72
Getter/setter method getVehicleGroupList should be declared final Declare this method to be final. Medium LogingpsAction.java 79
Getter/setter method setVehicleGroupList should be declared final Declare this method to be final. Medium LogingpsAction.java 85
Getter/setter method setPassword should be declared final Declare this method to be final. Medium LogingpsAction.java 88
Getter/setter method getLogin_id should be declared final Declare this method to be final. Medium LogingpsAction.java 92
Getter/setter method setLogin_id should be declared final Declare this method to be final. Medium LogingpsAction.java 95
Getter/setter method getParameter should be declared final Declare this method to be final. Medium LogingpsAction.java 98
Getter/setter method setParameter should be declared final Declare this method to be final. Medium LogingpsAction.java 101
Getter/setter method setServletRequest should be declared final Declare this method to be final. Medium LogingpsAction.java 196
Getter/setter method setPortletRequest should be declared final Declare this method to be final. Medium LogingpsAction.java 209
Getter/setter method setServletResponse should be declared final Declare this method to be final. Medium LogingpsAction.java 216
Getter/setter method setServletRequest should be declared final Declare this method to be final. Medium LogoutAction.java 47
Getter/setter method getTripsList should be declared final Declare this method to be final. Medium MessageHandler.java 72
Getter/setter method setTripsList should be declared final Declare this method to be final. Medium MessageHandler.java 76
Getter/setter method getFenceList should be declared final Declare this method to be final. Medium MessageHandler.java 85
Getter/setter method setFenceList should be declared final Declare this method to be final. Medium MessageHandler.java 89
Getter/setter method getTemplatesList should be declared final Declare this method to be final. Medium MessageHandler.java 96
Getter/setter method setTemplatesList should be declared final Declare this method to be final. Medium MessageHandler.java 100
Getter/setter method getAttributeNames should be declared final Declare this method to be final. Medium MessageHandler.java 270
Getter/setter method getCharacterEncoding should be declared final Declare this method to be final. Medium MessageHandler.java 276
Getter/setter method getContentLength should be declared final Declare this method to be final. Medium MessageHandler.java 282
Getter/setter method getContentType should be declared final Declare this method to be final. Medium MessageHandler.java 288
Getter/setter method getInputStream should be declared final Declare this method to be final. Medium MessageHandler.java 294
Getter/setter method getLocalAddr should be declared final Declare this method to be final. Medium MessageHandler.java 300
Getter/setter method getLocalName should be declared final Declare this method to be final. Medium MessageHandler.java 306
Getter/setter method getLocalPort should be declared final Declare this method to be final. Medium MessageHandler.java 312
Getter/setter method getLocale should be declared final Declare this method to be final. Medium MessageHandler.java 318
Getter/setter method getLocales should be declared final Declare this method to be final. Medium MessageHandler.java 324
Getter/setter method getParameterMap should be declared final Declare this method to be final. Medium MessageHandler.java 336
Getter/setter method getParameterNames should be declared final Declare this method to be final. Medium MessageHandler.java 342
Getter/setter method getProtocol should be declared final Declare this method to be final. Medium MessageHandler.java 354
Getter/setter method getReader should be declared final Declare this method to be final. Medium MessageHandler.java 360
Getter/setter method getRemoteAddr should be declared final Declare this method to be final. Medium MessageHandler.java 372
Getter/setter method getRemoteHost should be declared final Declare this method to be final. Medium MessageHandler.java 378
Getter/setter method getRemotePort should be declared final Declare this method to be final. Medium MessageHandler.java 384
Getter/setter method getScheme should be declared final Declare this method to be final. Medium MessageHandler.java 396
Getter/setter method getServerName should be declared final Declare this method to be final. Medium MessageHandler.java 402
Getter/setter method getServerPort should be declared final Declare this method to be final. Medium MessageHandler.java 408
Getter/setter method isSecure should be declared final Declare this method to be final. Medium MessageHandler.java 414
Getter/setter method setServletRequest should be declared final Declare this method to be final. Medium MessageHandler.java 439
Getter/setter method setServletResponse should be declared final Declare this method to be final. Medium MessageHandler.java 445
Getter/setter method getOrgList should be declared final Declare this method to be final. Medium MessageHandler.java 483
Getter/setter method setOrgList should be declared final Declare this method to be final. Medium MessageHandler.java 490
Getter/setter method getOid should be declared final Declare this method to be final. Medium MessageHandler.java 497
Getter/setter method setOid should be declared final Declare this method to be final. Medium MessageHandler.java 504
Getter/setter method getAsyncContext should be declared final Declare this method to be final. Medium MessageHandler.java 509
Getter/setter method getDispatcherType should be declared final Declare this method to be final. Medium MessageHandler.java 515
Getter/setter method getServletContext should be declared final Declare this method to be final. Medium MessageHandler.java 521
Getter/setter method isAsyncStarted should be declared final Declare this method to be final. Medium MessageHandler.java 527
Getter/setter method isAsyncSupported should be declared final Declare this method to be final. Medium MessageHandler.java 533
Getter/setter method getUser should be declared final Declare this method to be final. Medium MLoginGpsAction.java 54
Getter/setter method setUser should be declared final Declare this method to be final. Medium MLoginGpsAction.java 58
Getter/setter method setCookie should be declared final Declare this method to be final. Medium MLoginGpsAction.java 61
Getter/setter method getCookie should be declared final Declare this method to be final. Medium MLoginGpsAction.java 65
Getter/setter method getPassword should be declared final Declare this method to be final. Medium MLoginGpsAction.java 70
Getter/setter method setPassword should be declared final Declare this method to be final. Medium MLoginGpsAction.java 74
Getter/setter method getEmailAddress should be declared final Declare this method to be final. Medium MLoginGpsAction.java 79
Getter/setter method setEmailAddress should be declared final Declare this method to be final. Medium MLoginGpsAction.java 83
Getter/setter method getOrgVehicleList should be declared final Declare this method to be final. Medium MLoginGpsAction.java 95
Getter/setter method setOrgVehicleList should be declared final Declare this method to be final. Medium MLoginGpsAction.java 98
Getter/setter method getVehicleDetails should be declared final Declare this method to be final. Medium MLoginGpsAction.java 103
Getter/setter method setVehicleDetails should be declared final Declare this method to be final. Medium MLoginGpsAction.java 106
Getter/setter method getVedetails should be declared final Declare this method to be final. Medium MLoginGpsAction.java 110
Getter/setter method setVedetails should be declared final Declare this method to be final. Medium MLoginGpsAction.java 114
Getter/setter method getVehList should be declared final Declare this method to be final. Medium MLoginGpsAction.java 117
Getter/setter method setVehList should be declared final Declare this method to be final. Medium MLoginGpsAction.java 120
Getter/setter method getColurList should be declared final Declare this method to be final. Medium MLoginGpsAction.java 123
Getter/setter method setColurList should be declared final Declare this method to be final. Medium MLoginGpsAction.java 126
Getter/setter method getTripDetails should be declared final Declare this method to be final. Medium MLoginGpsAction.java 129
Getter/setter method setTripDetails should be declared final Declare this method to be final. Medium MLoginGpsAction.java 132
Getter/setter method getTripDetails_date should be declared final Declare this method to be final. Medium MLoginGpsAction.java 135
Getter/setter method setTripDetails_date should be declared final Declare this method to be final. Medium MLoginGpsAction.java 138
Getter/setter method setServletRequest should be declared final Declare this method to be final. Medium RFIDAction.java 260
Getter/setter method setServletResponse should be declared final Declare this method to be final. Medium RFIDAction.java 266
Getter/setter method getAttributeNames should be declared final Declare this method to be final. Medium TemplateManager.java 62
Getter/setter method getCharacterEncoding should be declared final Declare this method to be final. Medium TemplateManager.java 68
Getter/setter method getContentLength should be declared final Declare this method to be final. Medium TemplateManager.java 74
Getter/setter method getContentType should be declared final Declare this method to be final. Medium TemplateManager.java 80
Getter/setter method getInputStream should be declared final Declare this method to be final. Medium TemplateManager.java 86
Getter/setter method getLocalAddr should be declared final Declare this method to be final. Medium TemplateManager.java 92
Getter/setter method getLocalName should be declared final Declare this method to be final. Medium TemplateManager.java 98
Getter/setter method getLocalPort should be declared final Declare this method to be final. Medium TemplateManager.java 104
Getter/setter method getLocale should be declared final Declare this method to be final. Medium TemplateManager.java 110
Getter/setter method getLocales should be declared final Declare this method to be final. Medium TemplateManager.java 116
Getter/setter method getParameterMap should be declared final Declare this method to be final. Medium TemplateManager.java 128
Getter/setter method getParameterNames should be declared final Declare this method to be final. Medium TemplateManager.java 134
Getter/setter method getProtocol should be declared final Declare this method to be final. Medium TemplateManager.java 146
Getter/setter method getReader should be declared final Declare this method to be final. Medium TemplateManager.java 152
Getter/setter method getRemoteAddr should be declared final Declare this method to be final. Medium TemplateManager.java 164
Getter/setter method getRemoteHost should be declared final Declare this method to be final. Medium TemplateManager.java 170
Getter/setter method getRemotePort should be declared final Declare this method to be final. Medium TemplateManager.java 176
Getter/setter method getScheme should be declared final Declare this method to be final. Medium TemplateManager.java 188
Getter/setter method getServerName should be declared final Declare this method to be final. Medium TemplateManager.java 194
Getter/setter method getServerPort should be declared final Declare this method to be final. Medium TemplateManager.java 200
Getter/setter method isSecure should be declared final Declare this method to be final. Medium TemplateManager.java 206
Getter/setter method setServletRequest should be declared final Declare this method to be final. Medium TemplateManager.java 231
Getter/setter method setServletResponse should be declared final Declare this method to be final. Medium TemplateManager.java 237
Getter/setter method getAsyncContext should be declared final Declare this method to be final. Medium TemplateManager.java 281
Getter/setter method getDispatcherType should be declared final Declare this method to be final. Medium TemplateManager.java 287
Getter/setter method getServletContext should be declared final Declare this method to be final. Medium TemplateManager.java 293
Getter/setter method isAsyncStarted should be declared final Declare this method to be final. Medium TemplateManager.java 299
Getter/setter method isAsyncSupported should be declared final Declare this method to be final. Medium TemplateManager.java 305
Getter/setter method getDeviceId should be declared final Declare this method to be final. Medium DeviceProcessDAO.java 49
Getter/setter method setDeviceId should be declared final Declare this method to be final. Medium DeviceProcessDAO.java 53
Getter/setter method getAllGeofences should be declared final Declare this method to be final. Medium GeofencingDAO.java 44
Getter/setter method getUser should be declared final Declare this method to be final. Medium LoginGpsDAO.java 28
Getter/setter method setUser should be declared final Declare this method to be final. Medium LoginGpsDAO.java 32
Getter/setter method getUser should be declared final Declare this method to be final. Medium MLoginGpsDAO.java 65
Getter/setter method setUser should be declared final Declare this method to be final. Medium MLoginGpsDAO.java 69
Getter/setter method getUtrip should be declared final Declare this method to be final. Medium UserTripDAO.java 43
Getter/setter method setUtrip should be declared final Declare this method to be final. Medium UserTripDAO.java 51
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium DeviceTripDTO.java 39
Getter/setter method setCreationTime should be declared final Declare this method to be final. Medium DeviceTripDTO.java 46
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium DeviceTripDTO.java 53
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium DeviceTripDTO.java 59
Getter/setter method getDeviceId should be declared final Declare this method to be final. Medium DeviceTripDTO.java 65
Getter/setter method setDeviceId should be declared final Declare this method to be final. Medium DeviceTripDTO.java 71
Getter/setter method getVehicleName should be declared final Declare this method to be final. Medium DeviceTripDTO.java 77
Getter/setter method setVehicleName should be declared final Declare this method to be final. Medium DeviceTripDTO.java 83
Getter/setter method getOrganization should be declared final Declare this method to be final. Medium DeviceTripDTO.java 89
Getter/setter method setOrganization should be declared final Declare this method to be final. Medium DeviceTripDTO.java 95
Getter/setter method getVehicleDetails should be declared final Declare this method to be final. Medium DistParamsDTO.java 77
Getter/setter method setVehicleDetails should be declared final Declare this method to be final. Medium DistParamsDTO.java 85
Getter/setter method getTripDetails should be declared final Declare this method to be final. Medium DistParamsDTO.java 93
Getter/setter method setTripDetails should be declared final Declare this method to be final. Medium DistParamsDTO.java 101
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium DistParamsDTO.java 109
Getter/setter method setCreationTime should be declared final Declare this method to be final. Medium DistParamsDTO.java 115
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium DistParamsDTO.java 121
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium DistParamsDTO.java 127
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium DistParamsDTO.java 133
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium DistParamsDTO.java 139
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium DistParamsDTO.java 145
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium DistParamsDTO.java 151
Getter/setter method getEvent should be declared final Declare this method to be final. Medium DistParamsDTO.java 157
Getter/setter method setEvent should be declared final Declare this method to be final. Medium DistParamsDTO.java 163
Getter/setter method getDistance should be declared final Declare this method to be final. Medium DistParamsDTO.java 169
Getter/setter method setDistance should be declared final Declare this method to be final. Medium DistParamsDTO.java 176
Getter/setter method getTripid should be declared final Declare this method to be final. Medium FrequentTripDTO.java 14
Getter/setter method setTripid should be declared final Declare this method to be final. Medium FrequentTripDTO.java 17
Getter/setter method getDay should be declared final Declare this method to be final. Medium FrequentTripDTO.java 20
Getter/setter method setDay should be declared final Declare this method to be final. Medium FrequentTripDTO.java 23
Getter/setter method getTime should be declared final Declare this method to be final. Medium FrequentTripDTO.java 26
Getter/setter method setTime should be declared final Declare this method to be final. Medium FrequentTripDTO.java 29
Getter/setter method getFuelContent should be declared final Declare this method to be final. Medium FuelDTO.java 76
Getter/setter method setFuelContent should be declared final Declare this method to be final. Medium FuelDTO.java 82
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium FuelDTO.java 88
Getter/setter method setCreationTime should be declared final Declare this method to be final. Medium FuelDTO.java 94
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium FuelDTO.java 100
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium FuelDTO.java 106
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium FuelDTO.java 112
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium FuelDTO.java 118
Getter/setter method getEventCode should be declared final Declare this method to be final. Medium FuelDTO.java 124
Getter/setter method setEventCode should be declared final Declare this method to be final. Medium FuelDTO.java 130
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium FuelDTO.java 137
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium FuelDTO.java 144
Getter/setter method getTripParamId should be declared final Declare this method to be final. Medium FuelDTO.java 151
Getter/setter method setTripParamId should be declared final Declare this method to be final. Medium FuelDTO.java 158
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium FuelFilter.java 13
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium FuelFilter.java 16
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium FuelFilter.java 28
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium FuelFilter.java 31
Getter/setter method setDbdate should be declared final Declare this method to be final. Medium Packet.java 18
Getter/setter method getDbdate should be declared final Declare this method to be final. Medium Packet.java 21
Getter/setter method setStart should be declared final Declare this method to be final. Medium Packet.java 25
Getter/setter method getEnd should be declared final Declare this method to be final. Medium Packet.java 28
Getter/setter method setEnd should be declared final Declare this method to be final. Medium Packet.java 31
Getter/setter method getStart should be declared final Declare this method to be final. Medium Packet.java 34
Getter/setter method getUserId should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 37
Getter/setter method setUserId should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 43
Getter/setter method getSwipeTime should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 50
Getter/setter method setSwipeTime should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 57
Getter/setter method getFenceName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 64
Getter/setter method setFenceName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 71
Getter/setter method getIntrSession should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 78
Getter/setter method setIntrSession should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 85
Getter/setter method getName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 92
Getter/setter method setName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 99
Getter/setter method getContactNo should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 106
Getter/setter method setContactNo should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 113
Getter/setter method setTripName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 117
Getter/setter method getTripName should be declared final Declare this method to be final. Medium RFIDInfoHistoryDTO.java 121
Getter/setter method getRegNo should be declared final Declare this method to be final. Medium SpeedParamDTO.java 33
Getter/setter method setRegNo should be declared final Declare this method to be final. Medium SpeedParamDTO.java 40
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium SpeedParamDTO.java 47
Getter/setter method setCreationTime should be declared final Declare this method to be final. Medium SpeedParamDTO.java 54
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium SpeedParamDTO.java 61
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium SpeedParamDTO.java 68
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium SpeedParamDTO.java 80
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium SpeedParamDTO.java 87
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium SpeedParamDTO.java 94
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium SpeedParamDTO.java 101
Getter/setter method getRegNo should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 42
Getter/setter method setRegNo should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 50
Getter/setter method getGsmStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 55
Getter/setter method setGsmStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 60
Getter/setter method getCellId should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 65
Getter/setter method setCellId should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 70
Getter/setter method getTripid should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 161
Getter/setter method setTripid should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 164
Getter/setter method getTripName should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 167
Getter/setter method getEventCode should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 173
Getter/setter method setEventCode should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 179
Getter/setter method setTripName should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 182
Getter/setter method getTripDesc should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 185
Getter/setter method setTripDesc should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 188
Getter/setter method getStartdate should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 191
Getter/setter method setStartdate should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 194
Getter/setter method getStartTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 197
Getter/setter method setStartTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 200
Getter/setter method getReturndate should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 203
Getter/setter method setReturndate should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 206
Getter/setter method getReturnTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 209
Getter/setter method setReturnTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 212
Getter/setter method getTripParamid should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 217
Getter/setter method setTripParamid should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 220
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 223
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 226
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 229
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 232
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 235
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 238
Getter/setter method getHeading should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 241
Getter/setter method setHeading should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 244
Getter/setter method getAltitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 247
Getter/setter method setAltitude should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 250
Getter/setter method getEngineStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 259
Getter/setter method setEngineStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 262
Getter/setter method getOilPreassure should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 265
Getter/setter method setOilPreassure should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 268
Getter/setter method getFuelContent should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 277
Getter/setter method setFuelContent should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 280
Getter/setter method getBrake should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 283
Getter/setter method setBrake should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 286
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 289
Getter/setter method setCreationTime should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 292
Getter/setter method getBrakelightStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 295
Getter/setter method setBrakelightStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 298
Getter/setter method getBatteryStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 301
Getter/setter method setBatteryStatus should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 304
Getter/setter method getSourceLocation should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 307
Getter/setter method setSourceLocation should be declared final Declare this method to be final. Medium TripByVehicleDTO.java 310
Getter/setter method getRegNo should be declared final Declare this method to be final. Medium TripDistanceDTO.java 79
Getter/setter method setRegNo should be declared final Declare this method to be final. Medium TripDistanceDTO.java 86
Getter/setter method getTripName should be declared final Declare this method to be final. Medium TripDistanceDTO.java 93
Getter/setter method setTripName should be declared final Declare this method to be final. Medium TripDistanceDTO.java 100
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium TripDistanceDTO.java 107
Getter/setter method setCreationTime should be declared final Declare this method to be final. Medium TripDistanceDTO.java 114
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium TripDistanceDTO.java 121
Getter/setter method setLattitude should be declared final Declare this method to be final. Medium TripDistanceDTO.java 128
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium TripDistanceDTO.java 135
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium TripDistanceDTO.java 142
Getter/setter method getEvent should be declared final Declare this method to be final. Medium TripDistanceDTO.java 149
Getter/setter method setEvent should be declared final Declare this method to be final. Medium TripDistanceDTO.java 156
Getter/setter method getDistance should be declared final Declare this method to be final. Medium TripDistanceDTO.java 163
Getter/setter method setDistance should be declared final Declare this method to be final. Medium TripDistanceDTO.java 170
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium TripDistanceDTO.java 177
Getter/setter method setSpeed should be declared final Declare this method to be final. Medium TripDistanceDTO.java 184
Getter/setter method getTripName should be declared final Declare this method to be final. Medium TripParamDTO.java 24
Getter/setter method setTripName should be declared final Declare this method to be final. Medium TripParamDTO.java 30
Getter/setter method getCreationDate should be declared final Declare this method to be final. Medium TripParamDTO.java 36
Getter/setter method setCreationDate should be declared final Declare this method to be final. Medium TripParamDTO.java 42
Getter/setter method getLattitiude should be declared final Declare this method to be final. Medium TripParamDTO.java 48
Getter/setter method setLattitiude should be declared final Declare this method to be final. Medium TripParamDTO.java 54
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium TripParamDTO.java 60
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium TripParamDTO.java 66
Getter/setter method getVehicleGroupId should be declared final Declare this method to be final. Medium GenerateMapForm.java 19
Getter/setter method setVehicleGroupId should be declared final Declare this method to be final. Medium GenerateMapForm.java 23
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium GenerateMapForm.java 27
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium GenerateMapForm.java 31
Getter/setter method getVehicleDescription should be declared final Declare this method to be final. Medium GenerateMapForm.java 35
Getter/setter method setVehicleDescription should be declared final Declare this method to be final. Medium GenerateMapForm.java 39
Getter/setter method getModel should be declared final Declare this method to be final. Medium GenerateMapForm.java 43
Getter/setter method setModel should be declared final Declare this method to be final. Medium GenerateMapForm.java 47
Getter/setter method getColor should be declared final Declare this method to be final. Medium GenerateMapForm.java 51
Getter/setter method setColor should be declared final Declare this method to be final. Medium GenerateMapForm.java 55
Getter/setter method getCompanyName should be declared final Declare this method to be final. Medium GenerateMapForm.java 59
Getter/setter method setCompanyName should be declared final Declare this method to be final. Medium GenerateMapForm.java 63
Getter/setter method getRegNo should be declared final Declare this method to be final. Medium GenerateMapForm.java 67
Getter/setter method setRegNo should be declared final Declare this method to be final. Medium GenerateMapForm.java 71
Getter/setter method getImeiNumber should be declared final Declare this method to be final. Medium GenerateMapForm.java 75
Getter/setter method setImeiNumber should be declared final Declare this method to be final. Medium GenerateMapForm.java 79
Getter/setter method getParameter should be declared final Declare this method to be final. Medium GenerateMapForm.java 83
Getter/setter method setParameter should be declared final Declare this method to be final. Medium GenerateMapForm.java 87
Getter/setter method getMessage should be declared final Declare this method to be final. Medium GeofenceForm.java 19
Getter/setter method setMessage should be declared final Declare this method to be final. Medium GeofenceForm.java 23
Getter/setter method getGeoMapId should be declared final Declare this method to be final. Medium GeofenceForm.java 27
Getter/setter method setGeoMapId should be declared final Declare this method to be final. Medium GeofenceForm.java 31
Getter/setter method getGeofenceName should be declared final Declare this method to be final. Medium GeofenceForm.java 35
Getter/setter method setGeofenceName should be declared final Declare this method to be final. Medium GeofenceForm.java 39
Getter/setter method getVehicleGroupId should be declared final Declare this method to be final. Medium GeofenceForm.java 43
Getter/setter method setVehicleGroupId should be declared final Declare this method to be final. Medium GeofenceForm.java 47
Getter/setter method getNotifierName should be declared final Declare this method to be final. Medium GeofenceForm.java 51
Getter/setter method setNotifierName should be declared final Declare this method to be final. Medium GeofenceForm.java 55
Getter/setter method getNotifierAddress should be declared final Declare this method to be final. Medium GeofenceForm.java 59
Getter/setter method setNotifierAddress should be declared final Declare this method to be final. Medium GeofenceForm.java 63
Getter/setter method getMobileNo should be declared final Declare this method to be final. Medium GeofenceForm.java 67
Getter/setter method setMobileNo should be declared final Declare this method to be final. Medium GeofenceForm.java 71
Getter/setter method getParameter should be declared final Declare this method to be final. Medium GeofenceForm.java 77
Getter/setter method setParameter should be declared final Declare this method to be final. Medium GeofenceForm.java 81
Getter/setter method getGeofenceId should be declared final Declare this method to be final. Medium GeofenceForm.java 85
Getter/setter method setGeofenceId should be declared final Declare this method to be final. Medium GeofenceForm.java 89
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium GeofenceForm.java 93
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium GeofenceForm.java 97
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium GLatLng.java 13
Getter/setter method setLongitude should be declared final Declare this method to be final. Medium GLatLng.java 17
Getter/setter method getLatitude should be declared final Declare this method to be final. Medium GLatLng.java 21
Getter/setter method setLatitude should be declared final Declare this method to be final. Medium GLatLng.java 25
Getter/setter method getParameter should be declared final Declare this method to be final. Medium LogingpsForm.java 33
Getter/setter method setParameter should be declared final Declare this method to be final. Medium LogingpsForm.java 37
Getter/setter method getPassword should be declared final Declare this method to be final. Medium LogingpsForm.java 53
Getter/setter method setPassword should be declared final Declare this method to be final. Medium LogingpsForm.java 61
Getter/setter method getLogin_id should be declared final Declare this method to be final. Medium LogingpsForm.java 69
Getter/setter method setLogin_id should be declared final Declare this method to be final. Medium LogingpsForm.java 77
Getter/setter method getAccountId should be declared final Declare this method to be final. Medium Account.java 69
Getter/setter method setAccountId should be declared final Declare this method to be final. Medium Account.java 73
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Account.java 77
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Account.java 81
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Account.java 85
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Account.java 89
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Account.java 93
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Account.java 97
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Account.java 101
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Account.java 105
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Account.java 109
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Account.java 113
Getter/setter method getParentAccountId should be declared final Declare this method to be final. Medium Account.java 117
Getter/setter method setParentAccountId should be declared final Declare this method to be final. Medium Account.java 121
Getter/setter method getName should be declared final Declare this method to be final. Medium Account.java 125
Getter/setter method setName should be declared final Declare this method to be final. Medium Account.java 129
Getter/setter method getLegalName should be declared final Declare this method to be final. Medium Account.java 133
Getter/setter method setLegalName should be declared final Declare this method to be final. Medium Account.java 137
Getter/setter method getLegalId should be declared final Declare this method to be final. Medium Account.java 141
Getter/setter method setLegalId should be declared final Declare this method to be final. Medium Account.java 145
Getter/setter method getLegalType should be declared final Declare this method to be final. Medium Account.java 149
Getter/setter method setLegalType should be declared final Declare this method to be final. Medium Account.java 153
Getter/setter method getSicCode should be declared final Declare this method to be final. Medium Account.java 157
Getter/setter method setSicCode should be declared final Declare this method to be final. Medium Account.java 161
Getter/setter method getTickerSymbol should be declared final Declare this method to be final. Medium Account.java 165
Getter/setter method setTickerSymbol should be declared final Declare this method to be final. Medium Account.java 169
Getter/setter method getIndustry should be declared final Declare this method to be final. Medium Account.java 173
Getter/setter method setIndustry should be declared final Declare this method to be final. Medium Account.java 177
Getter/setter method getType should be declared final Declare this method to be final. Medium Account.java 181
Getter/setter method setType should be declared final Declare this method to be final. Medium Account.java 185
Getter/setter method getSize should be declared final Declare this method to be final. Medium Account.java 189
Getter/setter method setSize should be declared final Declare this method to be final. Medium Account.java 193
Getter/setter method getId should be declared final Declare this method to be final. Medium Accounts.java 28
Getter/setter method setId should be declared final Declare this method to be final. Medium Accounts.java 32
Getter/setter method getSmsSent should be declared final Declare this method to be final. Medium AccountsId.java 30
Getter/setter method setSmsSent should be declared final Declare this method to be final. Medium AccountsId.java 34
Getter/setter method getCreditLimit should be declared final Declare this method to be final. Medium AccountsId.java 38
Getter/setter method setCreditLimit should be declared final Declare this method to be final. Medium AccountsId.java 42
Getter/setter method getAddressId should be declared final Declare this method to be final. Medium Address.java 73
Getter/setter method setAddressId should be declared final Declare this method to be final. Medium Address.java 77
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Address.java 81
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Address.java 85
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Address.java 89
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Address.java 93
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Address.java 97
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Address.java 101
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Address.java 105
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Address.java 109
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Address.java 113
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Address.java 117
Getter/setter method getClassNameId should be declared final Declare this method to be final. Medium Address.java 121
Getter/setter method setClassNameId should be declared final Declare this method to be final. Medium Address.java 125
Getter/setter method getClassPk should be declared final Declare this method to be final. Medium Address.java 129
Getter/setter method setClassPk should be declared final Declare this method to be final. Medium Address.java 133
Getter/setter method getStreet1 should be declared final Declare this method to be final. Medium Address.java 137
Getter/setter method setStreet1 should be declared final Declare this method to be final. Medium Address.java 141
Getter/setter method getStreet2 should be declared final Declare this method to be final. Medium Address.java 145
Getter/setter method setStreet2 should be declared final Declare this method to be final. Medium Address.java 149
Getter/setter method getStreet3 should be declared final Declare this method to be final. Medium Address.java 153
Getter/setter method setStreet3 should be declared final Declare this method to be final. Medium Address.java 157
Getter/setter method getCity should be declared final Declare this method to be final. Medium Address.java 161
Getter/setter method setCity should be declared final Declare this method to be final. Medium Address.java 165
Getter/setter method getZip should be declared final Declare this method to be final. Medium Address.java 169
Getter/setter method setZip should be declared final Declare this method to be final. Medium Address.java 173
Getter/setter method getRegionId should be declared final Declare this method to be final. Medium Address.java 177
Getter/setter method setRegionId should be declared final Declare this method to be final. Medium Address.java 181
Getter/setter method getCountryId should be declared final Declare this method to be final. Medium Address.java 185
Getter/setter method setCountryId should be declared final Declare this method to be final. Medium Address.java 189
Getter/setter method getTypeId should be declared final Declare this method to be final. Medium Address.java 193
Getter/setter method setTypeId should be declared final Declare this method to be final. Medium Address.java 197
Getter/setter method getMailing should be declared final Declare this method to be final. Medium Address.java 201
Getter/setter method setMailing should be declared final Declare this method to be final. Medium Address.java 205
Getter/setter method getPrimary should be declared final Declare this method to be final. Medium Address.java 209
Getter/setter method setPrimary should be declared final Declare this method to be final. Medium Address.java 213
Getter/setter method getDeliveryId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 46
Getter/setter method setDeliveryId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 50
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 54
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 58
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 62
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Announcementsdelivery.java 66
Getter/setter method getType should be declared final Declare this method to be final. Medium Announcementsdelivery.java 70
Getter/setter method setType should be declared final Declare this method to be final. Medium Announcementsdelivery.java 74
Getter/setter method getEmail should be declared final Declare this method to be final. Medium Announcementsdelivery.java 78
Getter/setter method setEmail should be declared final Declare this method to be final. Medium Announcementsdelivery.java 82
Getter/setter method getSms should be declared final Declare this method to be final. Medium Announcementsdelivery.java 86
Getter/setter method setSms should be declared final Declare this method to be final. Medium Announcementsdelivery.java 90
Getter/setter method getWebsite should be declared final Declare this method to be final. Medium Announcementsdelivery.java 94
Getter/setter method setWebsite should be declared final Declare this method to be final. Medium Announcementsdelivery.java 98
Getter/setter method getEntryId should be declared final Declare this method to be final. Medium Announcementsentry.java 71
Getter/setter method setEntryId should be declared final Declare this method to be final. Medium Announcementsentry.java 75
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Announcementsentry.java 79
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Announcementsentry.java 83
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Announcementsentry.java 87
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Announcementsentry.java 91
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Announcementsentry.java 95
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Announcementsentry.java 99
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Announcementsentry.java 103
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Announcementsentry.java 107
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Announcementsentry.java 111
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Announcementsentry.java 115
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Announcementsentry.java 119
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Announcementsentry.java 123
Getter/setter method getClassNameId should be declared final Declare this method to be final. Medium Announcementsentry.java 127
Getter/setter method setClassNameId should be declared final Declare this method to be final. Medium Announcementsentry.java 131
Getter/setter method getClassPk should be declared final Declare this method to be final. Medium Announcementsentry.java 135
Getter/setter method setClassPk should be declared final Declare this method to be final. Medium Announcementsentry.java 139
Getter/setter method getTitle should be declared final Declare this method to be final. Medium Announcementsentry.java 143
Getter/setter method setTitle should be declared final Declare this method to be final. Medium Announcementsentry.java 147
Getter/setter method getContent should be declared final Declare this method to be final. Medium Announcementsentry.java 151
Getter/setter method setContent should be declared final Declare this method to be final. Medium Announcementsentry.java 155
Getter/setter method getUrl should be declared final Declare this method to be final. Medium Announcementsentry.java 159
Getter/setter method setUrl should be declared final Declare this method to be final. Medium Announcementsentry.java 163
Getter/setter method getType should be declared final Declare this method to be final. Medium Announcementsentry.java 167
Getter/setter method setType should be declared final Declare this method to be final. Medium Announcementsentry.java 171
Getter/setter method getDisplayDate should be declared final Declare this method to be final. Medium Announcementsentry.java 175
Getter/setter method setDisplayDate should be declared final Declare this method to be final. Medium Announcementsentry.java 179
Getter/setter method getExpirationDate should be declared final Declare this method to be final. Medium Announcementsentry.java 183
Getter/setter method setExpirationDate should be declared final Declare this method to be final. Medium Announcementsentry.java 187
Getter/setter method getPriority should be declared final Declare this method to be final. Medium Announcementsentry.java 191
Getter/setter method setPriority should be declared final Declare this method to be final. Medium Announcementsentry.java 195
Getter/setter method getAlert should be declared final Declare this method to be final. Medium Announcementsentry.java 199
Getter/setter method setAlert should be declared final Declare this method to be final. Medium Announcementsentry.java 203
Getter/setter method getFlagId should be declared final Declare this method to be final. Medium Announcementsflag.java 44
Getter/setter method setFlagId should be declared final Declare this method to be final. Medium Announcementsflag.java 48
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Announcementsflag.java 52
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Announcementsflag.java 56
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Announcementsflag.java 60
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Announcementsflag.java 64
Getter/setter method getEntryId should be declared final Declare this method to be final. Medium Announcementsflag.java 68
Getter/setter method setEntryId should be declared final Declare this method to be final. Medium Announcementsflag.java 72
Getter/setter method getValue should be declared final Declare this method to be final. Medium Announcementsflag.java 76
Getter/setter method setValue should be declared final Declare this method to be final. Medium Announcementsflag.java 80
Getter/setter method getId should be declared final Declare this method to be final. Medium AutoPkSupport.java 28
Getter/setter method setId should be declared final Declare this method to be final. Medium AutoPkSupport.java 32
Getter/setter method getTableName should be declared final Declare this method to be final. Medium AutoPkSupportId.java 30
Getter/setter method setTableName should be declared final Declare this method to be final. Medium AutoPkSupportId.java 34
Getter/setter method getNextId should be declared final Declare this method to be final. Medium AutoPkSupportId.java 38
Getter/setter method setNextId should be declared final Declare this method to be final. Medium AutoPkSupportId.java 42
Getter/setter method getSession should be declared final Declare this method to be final. Medium BaseHibernateDAO.java 12
Getter/setter method getEntryId should be declared final Declare this method to be final. Medium Blogsentry.java 66
Getter/setter method setEntryId should be declared final Declare this method to be final. Medium Blogsentry.java 70
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Blogsentry.java 74
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Blogsentry.java 78
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Blogsentry.java 82
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Blogsentry.java 86
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Blogsentry.java 90
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Blogsentry.java 94
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Blogsentry.java 98
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Blogsentry.java 102
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Blogsentry.java 106
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Blogsentry.java 110
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Blogsentry.java 114
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Blogsentry.java 118
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Blogsentry.java 122
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Blogsentry.java 126
Getter/setter method getTitle should be declared final Declare this method to be final. Medium Blogsentry.java 130
Getter/setter method setTitle should be declared final Declare this method to be final. Medium Blogsentry.java 134
Getter/setter method getUrlTitle should be declared final Declare this method to be final. Medium Blogsentry.java 138
Getter/setter method setUrlTitle should be declared final Declare this method to be final. Medium Blogsentry.java 142
Getter/setter method getContent should be declared final Declare this method to be final. Medium Blogsentry.java 146
Getter/setter method setContent should be declared final Declare this method to be final. Medium Blogsentry.java 150
Getter/setter method getDisplayDate should be declared final Declare this method to be final. Medium Blogsentry.java 154
Getter/setter method setDisplayDate should be declared final Declare this method to be final. Medium Blogsentry.java 158
Getter/setter method getDraft should be declared final Declare this method to be final. Medium Blogsentry.java 162
Getter/setter method setDraft should be declared final Declare this method to be final. Medium Blogsentry.java 166
Getter/setter method getAllowTrackbacks should be declared final Declare this method to be final. Medium Blogsentry.java 170
Getter/setter method setAllowTrackbacks should be declared final Declare this method to be final. Medium Blogsentry.java 174
Getter/setter method getTrackbacks should be declared final Declare this method to be final. Medium Blogsentry.java 178
Getter/setter method setTrackbacks should be declared final Declare this method to be final. Medium Blogsentry.java 182
Getter/setter method getStatsUserId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 54
Getter/setter method setStatsUserId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 58
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 62
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 66
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 70
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 74
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 78
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Blogsstatsuser.java 82
Getter/setter method getEntryCount should be declared final Declare this method to be final. Medium Blogsstatsuser.java 86
Getter/setter method setEntryCount should be declared final Declare this method to be final. Medium Blogsstatsuser.java 90
Getter/setter method getLastPostDate should be declared final Declare this method to be final. Medium Blogsstatsuser.java 94
Getter/setter method setLastPostDate should be declared final Declare this method to be final. Medium Blogsstatsuser.java 98
Getter/setter method getRatingsTotalEntries should be declared final Declare this method to be final. Medium Blogsstatsuser.java 102
Getter/setter method setRatingsTotalEntries should be declared final Declare this method to be final. Medium Blogsstatsuser.java 106
Getter/setter method getRatingsTotalScore should be declared final Declare this method to be final. Medium Blogsstatsuser.java 110
Getter/setter method setRatingsTotalScore should be declared final Declare this method to be final. Medium Blogsstatsuser.java 114
Getter/setter method getRatingsAverageScore should be declared final Declare this method to be final. Medium Blogsstatsuser.java 118
Getter/setter method setRatingsAverageScore should be declared final Declare this method to be final. Medium Blogsstatsuser.java 122
Getter/setter method getEntryId should be declared final Declare this method to be final. Medium Bookmarksentry.java 62
Getter/setter method setEntryId should be declared final Declare this method to be final. Medium Bookmarksentry.java 66
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Bookmarksentry.java 70
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Bookmarksentry.java 74
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Bookmarksentry.java 78
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Bookmarksentry.java 82
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Bookmarksentry.java 86
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Bookmarksentry.java 90
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Bookmarksentry.java 94
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Bookmarksentry.java 98
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Bookmarksentry.java 102
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Bookmarksentry.java 106
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Bookmarksentry.java 110
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Bookmarksentry.java 114
Getter/setter method getFolderId should be declared final Declare this method to be final. Medium Bookmarksentry.java 118
Getter/setter method setFolderId should be declared final Declare this method to be final. Medium Bookmarksentry.java 122
Getter/setter method getName should be declared final Declare this method to be final. Medium Bookmarksentry.java 126
Getter/setter method setName should be declared final Declare this method to be final. Medium Bookmarksentry.java 130
Getter/setter method getUrl should be declared final Declare this method to be final. Medium Bookmarksentry.java 134
Getter/setter method setUrl should be declared final Declare this method to be final. Medium Bookmarksentry.java 138
Getter/setter method getComments should be declared final Declare this method to be final. Medium Bookmarksentry.java 142
Getter/setter method setComments should be declared final Declare this method to be final. Medium Bookmarksentry.java 146
Getter/setter method getVisits should be declared final Declare this method to be final. Medium Bookmarksentry.java 150
Getter/setter method setVisits should be declared final Declare this method to be final. Medium Bookmarksentry.java 154
Getter/setter method getPriority should be declared final Declare this method to be final. Medium Bookmarksentry.java 158
Getter/setter method setPriority should be declared final Declare this method to be final. Medium Bookmarksentry.java 162
Getter/setter method getFolderId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 55
Getter/setter method setFolderId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 59
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Bookmarksfolder.java 63
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Bookmarksfolder.java 67
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 71
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 75
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 79
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 83
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 87
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 91
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Bookmarksfolder.java 95
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Bookmarksfolder.java 99
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Bookmarksfolder.java 103
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Bookmarksfolder.java 107
Getter/setter method getParentFolderId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 111
Getter/setter method setParentFolderId should be declared final Declare this method to be final. Medium Bookmarksfolder.java 115
Getter/setter method getName should be declared final Declare this method to be final. Medium Bookmarksfolder.java 119
Getter/setter method setName should be declared final Declare this method to be final. Medium Bookmarksfolder.java 123
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Bookmarksfolder.java 127
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Bookmarksfolder.java 131
Getter/setter method getBrowserTrackerId should be declared final Declare this method to be final. Medium Browsertracker.java 37
Getter/setter method setBrowserTrackerId should be declared final Declare this method to be final. Medium Browsertracker.java 41
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Browsertracker.java 45
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Browsertracker.java 49
Getter/setter method getBrowserKey should be declared final Declare this method to be final. Medium Browsertracker.java 53
Getter/setter method setBrowserKey should be declared final Declare this method to be final. Medium Browsertracker.java 57
Getter/setter method getEventId should be declared final Declare this method to be final. Medium Calevent.java 83
Getter/setter method setEventId should be declared final Declare this method to be final. Medium Calevent.java 87
Getter/setter method getUuid should be declared final Declare this method to be final. Medium Calevent.java 91
Getter/setter method setUuid should be declared final Declare this method to be final. Medium Calevent.java 95
Getter/setter method getGroupId should be declared final Declare this method to be final. Medium Calevent.java 99
Getter/setter method setGroupId should be declared final Declare this method to be final. Medium Calevent.java 103
Getter/setter method getCompanyId should be declared final Declare this method to be final. Medium Calevent.java 107
Getter/setter method setCompanyId should be declared final Declare this method to be final. Medium Calevent.java 111
Getter/setter method getUserId should be declared final Declare this method to be final. Medium Calevent.java 115
Getter/setter method setUserId should be declared final Declare this method to be final. Medium Calevent.java 119
Getter/setter method getUserName should be declared final Declare this method to be final. Medium Calevent.java 123
Getter/setter method setUserName should be declared final Declare this method to be final. Medium Calevent.java 127
Getter/setter method getCreateDate should be declared final Declare this method to be final. Medium Calevent.java 131
Getter/setter method setCreateDate should be declared final Declare this method to be final. Medium Calevent.java 135
Getter/setter method getModifiedDate should be declared final Declare this method to be final. Medium Calevent.java 139
Getter/setter method setModifiedDate should be declared final Declare this method to be final. Medium Calevent.java 143
Getter/setter method getTitle should be declared final Declare this method to be final. Medium Calevent.java 147
Getter/setter method setTitle should be declared final Declare this method to be final. Medium Calevent.java 151
Getter/setter method getDescription should be declared final Declare this method to be final. Medium Calevent.java 155
Getter/setter method setDescription should be declared final Declare this method to be final. Medium Calevent.java 159
Getter/setter method getStartDate should be declared final Declare this method to be final. Medium Calevent.java 163
Getter/setter method setStartDate should be declared final Declare this method to be final. Medium Calevent.java 167
Getter/setter method getEndDate should be declared final Declare this method to be final. Medium Calevent.java 171
Getter/setter method setEndDate should be declared final Declare this method to be final. Medium Calevent.java 175
Getter/setter method getDurationHour should be declared final Declare this method to be final. Medium Calevent.java 179
Getter/setter method setDurationHour should be declared final Declare this method to be final. Medium Calevent.java 183
Getter/setter method getDurationMinute should be declared final Declare this method to be final. Medium Calevent.java 187
Getter/setter method setDurationMinute should be declared final Declare this method to be final. Medium Calevent.java 191
Getter/setter method getAllDay should be declared final Declare this method to be final. Medium Calevent.java 195
Getter/setter method setAllDay should be declared final Declare this method to be final. Medium Calevent.java 199
Getter/setter method getTimeZoneSensitive should be declared final Declare this method to be final. Medium Calevent.java 203
Getter/setter method setTimeZoneSensitive should be declared final Declare this method to be final. Medium Calevent.java 207
Getter/setter method getType should be declared final Declare this method to be final. Medium Calevent.java 211
Getter/setter method setType should be declared final Declare this method to be final. Medium Calevent.java 215
Getter/setter method getRepeating should be declared final Declare this method to be final. Medium Calevent.java 219
Getter/setter method setRepeating should be declared final Declare this method to be final. Medium Calevent.java 223
Getter/setter method getRecurrence should be declared final Declare this method to be final. Medium Calevent.java 227
Getter/setter method setRecurrence should be declared final Declare this method to be final. Medium Calevent.java 231
Getter/setter method getRemindBy should be declared final Declare this method to be final. Medium Calevent.java 235
Getter/setter method setRemindBy should be declared final Declare this method to be final. Medium Calevent.java 239
Getter/setter method getFirstReminder should be declared final Declare this method to be final. Medium Calevent.java 243
Getter/setter method setFirstReminder should be declared final Declare this method to be final. Medium Calevent.java 247
Getter/setter method getSecondReminder should be declared final Declare this method to be final. Medium Calevent.java 251
Getter/setter method setSecondReminder should be declared final Declare this method to be final. Medium Calevent.java 255
 
Violation Recommendation Severity Resource Line
Concatenating an array Before concatenating the array, use <code>java.util.Arrays.toString()</code> to convert it to a <code>String</code>. This method returns a human-readable String of the form <code>[element, element, ...]</code>. Medium MLoginGpsAction.java 167
 
Violation Recommendation Severity Resource Line
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium AnnouncementView.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium FencesView.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium OrganizationView.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium TripView.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium addDevice.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium searchDevice.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium errorpage.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium logingps.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium mLoginGps.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium addgeofence.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium viewVehicles.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium geoEdit.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium geoList.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium geoMapFence.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium geoSaveMap.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium AddHoliday.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium index.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium async.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium fleetlayout.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium footer.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium fleetlayout.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium footer.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium geodummy.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium mapajax.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium spotajax.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium treeAlignment2.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium geodummy.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium mapajax.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium spotajax.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium treeAlignment2.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium fenceNotification1.jsp.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium mLoginGps.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium eventReportsTable.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium eventReportsTableOld.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium highchart-old.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium highchart.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium vehicleGeoReport.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium rfiddashboard.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium rfiddashboard1.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium fenceNotification1.jsp.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium alertsettings.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium AddTrip.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium edit.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium fenceNotification.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium fenceNotificationRTO.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium fencePopup.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium searchTrip.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium tripReports.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium parentPage.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium usertrip.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium viewParents.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium viewTrips.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium addVehicle.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium searchVehicle.jsp 1
Missing page directive for temporary sessions Add a page directive that disallows temporary sessions. Medium updateVehicle.jsp 1
 
Violation Recommendation Severity Resource Line
HTML comment Replace the HTML comment with an embedded Java comment. Medium addDevice.jsp 18
HTML comment Replace the HTML comment with an embedded Java comment. Medium searchDevice.jsp 26
HTML comment Replace the HTML comment with an embedded Java comment. Medium searchDevice.jsp 27
HTML comment Replace the HTML comment with an embedded Java comment. Medium searchDevice.jsp 28
HTML comment Replace the HTML comment with an embedded Java comment. Medium searchDevice.jsp 65
HTML comment Replace the HTML comment with an embedded Java comment. Medium errorpage.jsp 21
HTML comment Replace the HTML comment with an embedded Java comment. Medium index.jsp 21
HTML comment Replace the HTML comment with an embedded Java comment. Medium footer.jsp 23
HTML comment Replace the HTML comment with an embedded Java comment. Medium footer.jsp 23
HTML comment Replace the HTML comment with an embedded Java comment. Medium highchart-old.jsp 10
HTML comment Replace the HTML comment with an embedded Java comment. Medium highchart.jsp 10
HTML comment Replace the HTML comment with an embedded Java comment. Medium rfiddashboard.jsp 38
HTML comment Replace the HTML comment with an embedded Java comment. Medium rfiddashboard1.jsp 38
HTML comment Replace the HTML comment with an embedded Java comment. Medium rfiddashboard1.jsp 40
HTML comment Replace the HTML comment with an embedded Java comment. Medium edit.jsp 34
HTML comment Replace the HTML comment with an embedded Java comment. Medium fenceNotification.jsp 1
HTML comment Replace the HTML comment with an embedded Java comment. Medium fenceNotification.jsp 14
HTML comment Replace the HTML comment with an embedded Java comment. Medium fenceNotification.jsp 35
HTML comment Replace the HTML comment with an embedded Java comment. Medium fenceNotification.jsp 70
HTML comment Replace the HTML comment with an embedded Java comment. Medium fenceNotification.jsp 82
HTML comment Replace the HTML comment with an embedded Java comment. Medium fenceNotification.jsp 136
HTML comment Replace the HTML comment with an embedded Java comment. Medium fenceNotification.jsp 166
HTML comment Replace the HTML comment with an embedded Java comment. Medium fenceNotificationRTO.jsp 1
HTML comment Replace the HTML comment with an embedded Java comment. Medium fenceNotificationRTO.jsp 14
HTML comment Replace the HTML comment with an embedded Java comment. Medium fenceNotificationRTO.jsp 35
HTML comment Replace the HTML comment with an embedded Java comment. Medium fencePopup.jsp 1
HTML comment Replace the HTML comment with an embedded Java comment. Medium fencePopup.jsp 15
HTML comment Replace the HTML comment with an embedded Java comment. Medium searchTrip.jsp 1
HTML comment Replace the HTML comment with an embedded Java comment. Medium searchTrip.jsp 23
HTML comment Replace the HTML comment with an embedded Java comment. Medium searchTrip.jsp 46
HTML comment Replace the HTML comment with an embedded Java comment. Medium searchTrip.jsp 49
HTML comment Replace the HTML comment with an embedded Java comment. Medium searchTrip.jsp 50
HTML comment Replace the HTML comment with an embedded Java comment. Medium searchTrip.jsp 51
HTML comment Replace the HTML comment with an embedded Java comment. Medium searchTrip.jsp 52
HTML comment Replace the HTML comment with an embedded Java comment. Medium parentPage.jsp 41
HTML comment Replace the HTML comment with an embedded Java comment. Medium viewTrips.jsp 62
HTML comment Replace the HTML comment with an embedded Java comment. Medium viewTrips.jsp 63
 
Violation Recommendation Severity Resource Line
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium AnnouncementView.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium FencesView.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium OrganizationView.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium TripView.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium addDevice.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium searchDevice.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium logingps.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium mLoginGps.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium addgeofence.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium viewVehicles.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium geoEdit.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium geoList.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium geoMapFence.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium geoSaveMap.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium AddHoliday.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium async.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium fleetlayout.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium footer.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium fleetlayout.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium footer.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium geodummy.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium mapajax.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium spotajax.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium treeAlignment2.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium geodummy.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium mapajax.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium spotajax.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium treeAlignment2.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium fenceNotification1.jsp.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium mLoginGps.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium eventReportsTable.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium eventReportsTableOld.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium highchart-old.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium highchart.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium vehicleGeoReport.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium rfiddashboard.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium rfiddashboard1.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium fenceNotification1.jsp.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium alertsettings.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium AddTrip.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium edit.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium fenceNotification.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium fenceNotificationRTO.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium fencePopup.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium searchTrip.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium tripReports.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium parentPage.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium usertrip.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium viewParents.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium viewTrips.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium addVehicle.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium searchVehicle.jsp 1
No error page specified Add a page directive with an errorPage attribute referencing a page that can be used to provide error information to the user. Medium updateVehicle.jsp 1
 
Violation Recommendation Severity Resource Line
Incorrect modifier order: "final" should appear before "transient" Re-order the modifiers. Medium Commons.java 8
 
Violation Recommendation Severity Resource Line
Variable or parameter organizationId is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AlertSettingsAction.java 49
Variable or parameter organizationId is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AlertSettingsAction.java 91
Variable or parameter organizationId is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AlertSettingsAction.java 122
Variable or parameter mobileNumber is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AlertSettingsAction.java 123
Variable or parameter message is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AlertSettingsAction.java 126
Variable or parameter isSuccess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AlertSettingsAction.java 128
Variable or parameter isSaved is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AlertSettingsAction.java 130
Variable or parameter numbers is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium AlertSettingsAction.java 171
Variable or parameter tripsDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AutoCompleteAction.java 38
Variable or parameter tripName is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AutoCompleteAction.java 39
Variable or parameter tripList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AutoCompleteAction.java 40
Variable or parameter studName is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AutoCompleteAction.java 81
Variable or parameter busName is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AutoCompleteAction.java 83
Variable or parameter grade is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AutoCompleteAction.java 84
Variable or parameter grade is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AutoCompleteAction.java 101
Variable or parameter rdao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DeviceCRUDAction.java 141
Variable or parameter val is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium DeviceCRUDAction.java 181
Variable or parameter fenceid is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceVehicleMapAction.java 56
Variable or parameter mapDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceVehicleMapAction.java 57
Variable or parameter fenceid is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceVehicleMapAction.java 70
Variable or parameter mapDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceVehicleMapAction.java 92
Variable or parameter selectedVehId is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceVehicleMapAction.java 123
Variable or parameter vehDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceVehicleMapAction.java 124
Variable or parameter trip is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceVehicleMapAction.java 176
Variable or parameter tripDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceVehicleMapAction.java 177
Variable or parameter counter is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceVehicleMapAction.java 178
Variable or parameter vpd is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HeaderForwardAction.java 43
Variable or parameter vehicleList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HeaderForwardAction.java 44
Variable or parameter i is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayAction.java 64
Variable or parameter orgznId is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium HolidayAction.java 95
Variable or parameter fuel_value is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LogingpsAction.java 107
Variable or parameter rfid_value is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LogingpsAction.java 107
Variable or parameter fence_report is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LogingpsAction.java 107
Variable or parameter vehicle_fence is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LogingpsAction.java 107
Variable or parameter vehicleGroupList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium LogingpsAction.java 149
Variable or parameter role is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium MessageHandler.java 141
Variable or parameter rpDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium MessageHandler.java 142
Variable or parameter user is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium MessageHandler.java 143
Variable or parameter type is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RFIDAction.java 93
Variable or parameter trip is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RFIDAction.java 139
Variable or parameter tripId is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RFIDAction.java 140
Variable or parameter tripDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RFIDAction.java 142
Variable or parameter calendar is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RFIDAction.java 184
Variable or parameter time is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RFIDAction.java 185
Variable or parameter formatter is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RFIDAction.java 186
Variable or parameter formatter is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RFIDAction.java 216
Variable or parameter calendar is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RFIDAction.java 217
Variable or parameter to is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RFIDAction.java 220
Variable or parameter from is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RFIDAction.java 221
Variable or parameter cal is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DailyTripRepDAO.java 39
Variable or parameter calEnd is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DailyTripRepDAO.java 40
Variable or parameter start is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DailyTripRepDAO.java 42
Variable or parameter end is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DailyTripRepDAO.java 43
Variable or parameter tripProcessDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DailyTripRepDAO.java 45
Variable or parameter formatter is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DailyTripRepDAO.java 46
Variable or parameter dynamicQuery is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DailyTripRepDAO.java 48
Variable or parameter paramQuery is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DailyTripRepDAO.java 49
Variable or parameter paramList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DailyTripRepDAO.java 50
Variable or parameter tripDTO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DailyTripRepDAO.java 51
Variable or parameter qry is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium DailyTripRepDAO.java 88
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DeviceProcessDAO.java 107
Variable or parameter session is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 16
Variable or parameter session is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 38
Variable or parameter userList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 61
Variable or parameter users is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 63
Variable or parameter users is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 72
Variable or parameter userList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 98
Variable or parameter studentList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 140
Variable or parameter userIds is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 142
Variable or parameter tempDate is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 143
Variable or parameter date is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 144
Variable or parameter userList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium FenceUsersDAO.java 218
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 52
Variable or parameter gd is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 53
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 55
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 82
Variable or parameter gd is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 83
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 85
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 112
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 136
Variable or parameter gd is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 137
Variable or parameter tx is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 139
Variable or parameter gdDetails is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 140
Variable or parameter del is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 150
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 169
Variable or parameter gd is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium GeofencingDAO.java 170
Variable or parameter hddao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 46
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 48
Variable or parameter tx is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 49
Variable or parameter hddao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 77
Variable or parameter holidayList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 78
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 79
Variable or parameter tx is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 80
Variable or parameter dao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 140
Variable or parameter hdDao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium HolidayProcessDAO.java 144
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LoginGpsDAO.java 37
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LoginGpsDAO.java 41
Variable or parameter user is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LoginGpsDAO.java 43
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium MLoginGpsDAO.java 74
Variable or parameter emailad is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium MLoginGpsDAO.java 75
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium MLoginGpsDAO.java 78
Variable or parameter pass is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium MLoginGpsDAO.java 79
Variable or parameter user is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium MLoginGpsDAO.java 80
Variable or parameter sess is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ReportProcessDAO.java 35
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ReportProcessDAO.java 47
Variable or parameter tdao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ReportProcessDAO.java 48
Variable or parameter tpDao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ReportProcessDAO.java 52
Variable or parameter dynamicQuery is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ReportProcessDAO.java 53
Variable or parameter paramQuery is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ReportProcessDAO.java 54
Variable or parameter paramQueryBuilder is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ReportProcessDAO.java 55
Variable or parameter paramQuery is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ReportProcessDAO.java 92
Variable or parameter event is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ReportProcessDAO.java 119
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ReportRefDAO.java 30
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ReportRefDAO.java 31
Variable or parameter user is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ReportRefDAO.java 32
Variable or parameter info is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium RfHistoryDAO.java 56
Variable or parameter users is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RfHistoryDAO.java 94
Variable or parameter fenceDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RfHistoryDAO.java 95
Variable or parameter users is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium RfHistoryDAO.java 105
Variable or parameter users is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RfHistoryDAO.java 124
Variable or parameter fenceDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium RfHistoryDAO.java 125
Variable or parameter isUser is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium RoleProcessDAO.java 57
Variable or parameter isUser is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium RoleProcessDAO.java 77
Variable or parameter speedParams is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium SettingsDAO.java 21
Variable or parameter isPresent is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium SettingsDAO.java 22
Variable or parameter sdao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium SettingsDAO.java 23
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium SettingsDAO.java 24
Variable or parameter tx is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium SettingsDAO.java 25
Variable or parameter speedParams is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium SettingsDAO.java 70
Variable or parameter userId is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserNotificationDAO.java 45
Variable or parameter usdao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserNotificationDAO.java 46
Variable or parameter ug is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserNotificationDAO.java 47
Variable or parameter gdao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserNotificationDAO.java 48
Variable or parameter udao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserNotificationDAO.java 49
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserNotificationDAO.java 51
Variable or parameter tx is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserNotificationDAO.java 52
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserNotificationDAO.java 129
Variable or parameter td is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserNotificationDAO.java 130
Variable or parameter speedparam is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserProcessDAO.java 29
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserProcessDAO.java 30
Variable or parameter userDetails is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserProcessDAO.java 57
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserProcessDAO.java 58
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserProcessDAO.java 59
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserProcessDAO.java 86
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserProcessDAO.java 87
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserProcessDAO.java 105
Variable or parameter students is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium UserProcessDAO.java 115
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserProcessDAO.java 126
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserTripDAO.java 61
Variable or parameter td is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UserTripDAO.java 62
Variable or parameter mapDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceDAO.java 30
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceDAO.java 32
Variable or parameter vehDAO is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceDAO.java 58
Variable or parameter geodao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceDAO.java 60
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceDAO.java 62
Variable or parameter tx is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceDAO.java 63
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleFenceDAO.java 105
Variable or parameter vd is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleProcessDAO.java 49
Variable or parameter vd is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleProcessDAO.java 74
Variable or parameter vdao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleProcessDAO.java 117
Variable or parameter vehicles is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleProcessDAO.java 118
Variable or parameter vdao is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleProcessDAO.java 140
Variable or parameter sess is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleProcessDAO.java 144
Variable or parameter tx is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleProcessDAO.java 145
Variable or parameter dateformat is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium TestTripProcessDAO.java 135
Variable or parameter dateformat is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium TestTripProcessDAO.java 150
 
Violation Recommendation Severity Resource Line
Uncommented local variable: user Comment the local variable. Medium AlertSettingsAction.java 47
Uncommented local variable: vDAO Comment the local variable. Medium AlertSettingsAction.java 48
Uncommented local variable: organizationId Comment the local variable. Medium AlertSettingsAction.java 49
Uncommented local variable: user Comment the local variable. Medium AlertSettingsAction.java 89
Uncommented local variable: sDAO Comment the local variable. Medium AlertSettingsAction.java 90
Uncommented local variable: organizationId Comment the local variable. Medium AlertSettingsAction.java 91
Uncommented local variable: settings Comment the local variable. Medium AlertSettingsAction.java 92
Uncommented local variable: user Comment the local variable. Medium AlertSettingsAction.java 120
Uncommented local variable: vDAO Comment the local variable. Medium AlertSettingsAction.java 121
Uncommented local variable: organizationId Comment the local variable. Medium AlertSettingsAction.java 122
Uncommented local variable: mobileNumber Comment the local variable. Medium AlertSettingsAction.java 123
Uncommented local variable: orgName Comment the local variable. Medium AlertSettingsAction.java 124
Uncommented local variable: notifier Comment the local variable. Medium AlertSettingsAction.java 125
Uncommented local variable: message Comment the local variable. Medium AlertSettingsAction.java 126
Uncommented local variable: subject Comment the local variable. Medium AlertSettingsAction.java 127
Uncommented local variable: isSuccess Comment the local variable. Medium AlertSettingsAction.java 128
Uncommented local variable: settingsDAO Comment the local variable. Medium AlertSettingsAction.java 129
Uncommented local variable: isSaved Comment the local variable. Medium AlertSettingsAction.java 130
Uncommented local variable: i Comment the local variable. Medium AlertSettingsAction.java 170
Uncommented local variable: tripsDAO Comment the local variable. Medium AutoCompleteAction.java 38
Uncommented local variable: tripName Comment the local variable. Medium AutoCompleteAction.java 39
Uncommented local variable: user Comment the local variable. Medium AutoCompleteAction.java 41
Uncommented local variable: studName Comment the local variable. Medium AutoCompleteAction.java 81
Uncommented local variable: busName Comment the local variable. Medium AutoCompleteAction.java 83
Uncommented local variable: grade Comment the local variable. Medium AutoCompleteAction.java 84
Uncommented local variable: user Comment the local variable. Medium AutoCompleteAction.java 87
Uncommented local variable: grade Comment the local variable. Medium AutoCompleteAction.java 101
Uncommented local variable: user Comment the local variable. Medium AutoCompleteAction.java 105
Uncommented local variable: value Comment the local variable. Medium DeviceCRUDAction.java 132
Uncommented local variable: rdao Comment the local variable. Medium DeviceCRUDAction.java 141
Uncommented local variable: val Comment the local variable. Medium DeviceCRUDAction.java 143
Uncommented local variable: type Comment the local variable. Medium DeviceCRUDAction.java 144
Uncommented local variable: dpdao Comment the local variable. Medium DeviceCRUDAction.java 152
Uncommented local variable: devdao Comment the local variable. Medium DeviceCRUDAction.java 209
Uncommented local variable: devproDao Comment the local variable. Medium DeviceCRUDAction.java 245
Uncommented local variable: ownIP Comment the local variable. Medium DeviceCRUDAction.java 248
Uncommented local variable: devproDao Comment the local variable. Medium DeviceCRUDAction.java 299
Uncommented local variable: fenceid Comment the local variable. Medium FenceVehicleMapAction.java 56
Uncommented local variable: mapDAO Comment the local variable. Medium FenceVehicleMapAction.java 57
Uncommented local variable: mapDAO Comment the local variable. Medium FenceVehicleMapAction.java 92
Uncommented local variable: vehDAO Comment the local variable. Medium FenceVehicleMapAction.java 124
Uncommented local variable: trip Comment the local variable. Medium FenceVehicleMapAction.java 176
Uncommented local variable: tripDAO Comment the local variable. Medium FenceVehicleMapAction.java 177
Uncommented local variable: counter Comment the local variable. Medium FenceVehicleMapAction.java 178
Uncommented local variable: user Comment the local variable. Medium GeofenceAction.java 96
Uncommented local variable: user Comment the local variable. Medium GeofenceAction.java 116
Uncommented local variable: organizationId Comment the local variable. Medium GeofenceAction.java 117
Uncommented local variable: trip Comment the local variable. Medium GeofenceAction.java 119
Uncommented local variable: tripDAO Comment the local variable. Medium GeofenceAction.java 120
Uncommented local variable: geoDAO Comment the local variable. Medium GeofenceAction.java 121
Uncommented local variable: counter Comment the local variable. Medium GeofenceAction.java 122
Uncommented local variable: vpd Comment the local variable. Medium HeaderForwardAction.java 43
Uncommented local variable: i Comment the local variable. Medium HolidayAction.java 64
Uncommented local variable: hpDao Comment the local variable. Medium HolidayAction.java 73
Uncommented local variable: org Comment the local variable. Medium HolidayAction.java 74
Uncommented local variable: orgznId Comment the local variable. Medium HolidayAction.java 75
Uncommented local variable: orgdao Comment the local variable. Medium HolidayAction.java 90
Uncommented local variable: user Comment the local variable. Medium HolidayAction.java 165
Uncommented local variable: orgdao Comment the local variable. Medium HolidayAction.java 178
Uncommented local variable: hpDao Comment the local variable. Medium HolidayAction.java 184
Uncommented local variable: hpDao Comment the local variable. Medium HolidayAction.java 223
Uncommented local variable: array Comment the local variable. Medium HolidayAction.java 224
Uncommented local variable: output Comment the local variable. Medium HolidayAction.java 238
Uncommented local variable: fuel_value Comment the local variable. Medium LogingpsAction.java 107
Uncommented local variable: rfid_value Comment the local variable. Medium LogingpsAction.java 107
Uncommented local variable: fence_report Comment the local variable. Medium LogingpsAction.java 107
Uncommented local variable: vehicle_fence Comment the local variable. Medium LogingpsAction.java 107
Uncommented local variable: session Comment the local variable. Medium LogingpsAction.java 126
Uncommented local variable: themeDisplay Comment the local variable. Medium LogingpsAction.java 127
Uncommented local variable: user Comment the local variable. Medium LogingpsAction.java 128
Uncommented local variable: organization Comment the local variable. Medium LogingpsAction.java 129
Uncommented local variable: rdao Comment the local variable. Medium LogingpsAction.java 138
Uncommented local variable: vpd Comment the local variable. Medium LogingpsAction.java 146
Uncommented local variable: expandoBridge Comment the local variable. Medium LogingpsAction.java 159
Uncommented local variable: session Comment the local variable. Medium LogoutAction.java 41
Uncommented local variable: orgId Comment the local variable. Medium MessageHandler.java 113
Uncommented local variable: tripProcessor Comment the local variable. Medium MessageHandler.java 121
Uncommented local variable: managerObj Comment the local variable. Medium MessageHandler.java 125
Uncommented local variable: rpDAO Comment the local variable. Medium MessageHandler.java 142
Uncommented local variable: user Comment the local variable. Medium MessageHandler.java 143
Uncommented local variable: orgdao Comment the local variable. Medium MessageHandler.java 156
Uncommented local variable: fenceLister Comment the local variable. Medium MessageHandler.java 185
Uncommented local variable: fences Comment the local variable. Medium MessageHandler.java 189
Uncommented local variable: usrObj Comment the local variable. Medium MessageHandler.java 217
Uncommented local variable: nosList Comment the local variable. Medium MessageHandler.java 218
Uncommented local variable: notifier Comment the local variable. Medium MessageHandler.java 236
Uncommented local variable: orgId Comment the local variable. Medium MessageHandler.java 242
Uncommented local variable: MgrObj Comment the local variable. Medium MessageHandler.java 245
Uncommented local variable: updatedTemplate Comment the local variable. Medium MessageHandler.java 246
Uncommented local variable: name Comment the local variable. Medium MLoginGpsAction.java 147
Uncommented local variable: passwordCookie Comment the local variable. Medium MLoginGpsAction.java 151
Uncommented local variable: usrName Comment the local variable. Medium MLoginGpsAction.java 162
Uncommented local variable: usrPassword Comment the local variable. Medium MLoginGpsAction.java 163
Uncommented local variable: cookie Comment the local variable. Medium MLoginGpsAction.java 169
Uncommented local variable: cookieName Comment the local variable. Medium MLoginGpsAction.java 170
Uncommented local variable: user Comment the local variable. Medium RFIDAction.java 52
Uncommented local variable: size Comment the local variable. Medium RFIDAction.java 76
Uncommented local variable: nr Comment the local variable. Medium RFIDAction.java 77
Uncommented local variable: numrow Comment the local variable. Medium RFIDAction.java 78
Uncommented local variable: user Comment the local variable. Medium RFIDAction.java 92
Uncommented local variable: type Comment the local variable. Medium RFIDAction.java 93
Uncommented local variable: orgId Comment the local variable. Medium RFIDAction.java 103
Uncommented local variable: trip Comment the local variable. Medium RFIDAction.java 139
Uncommented local variable: tripId Comment the local variable. Medium RFIDAction.java 140
Uncommented local variable: tripDAO Comment the local variable. Medium RFIDAction.java 142
Uncommented local variable: user Comment the local variable. Medium RFIDAction.java 143
Uncommented local variable: orgId Comment the local variable. Medium RFIDAction.java 153
Uncommented local variable: calendar Comment the local variable. Medium RFIDAction.java 184
Uncommented local variable: formatter Comment the local variable. Medium RFIDAction.java 186
Uncommented local variable: currentSession Comment the local variable. Medium RFIDAction.java 215
Uncommented local variable: formatter Comment the local variable. Medium RFIDAction.java 216
Uncommented local variable: calendar Comment the local variable. Medium RFIDAction.java 217
Uncommented local variable: date Comment the local variable. Medium RFIDAction.java 218
Uncommented local variable: to Comment the local variable. Medium RFIDAction.java 220
Uncommented local variable: from Comment the local variable. Medium RFIDAction.java 221
Uncommented local variable: key Comment the local variable. Medium RFIDAction.java 222
Uncommented local variable: itr Comment the local variable. Medium RFIDAction.java 237
Uncommented local variable: action Comment the local variable. Medium RFIDAction.java 277
Uncommented local variable: messagesObj Comment the local variable. Medium TemplateManager.java 256
Uncommented local variable: messagesObj Comment the local variable. Medium TemplateManager.java 270
Uncommented local variable: cal Comment the local variable. Medium DailyTripRepDAO.java 39
Uncommented local variable: calEnd Comment the local variable. Medium DailyTripRepDAO.java 40
Uncommented local variable: vehicleId Comment the local variable. Medium DailyTripRepDAO.java 41
Uncommented local variable: start Comment the local variable. Medium DailyTripRepDAO.java 42
Uncommented local variable: end Comment the local variable. Medium DailyTripRepDAO.java 43
Uncommented local variable: tripProcessDAO Comment the local variable. Medium DailyTripRepDAO.java 45
Uncommented local variable: formatter Comment the local variable. Medium DailyTripRepDAO.java 46
Uncommented local variable: dynamicQuery Comment the local variable. Medium DailyTripRepDAO.java 48
Uncommented local variable: paramQuery Comment the local variable. Medium DailyTripRepDAO.java 49
Uncommented local variable: tripDTO Comment the local variable. Medium DailyTripRepDAO.java 51
Uncommented local variable: qry Comment the local variable. Medium DailyTripRepDAO.java 71
Uncommented local variable: sess Comment the local variable. Medium DailyTripRepDAO.java 73
Uncommented local variable: paramIter Comment the local variable. Medium DailyTripRepDAO.java 97
Uncommented local variable: firsttripid Comment the local variable. Medium DailyTripRepDAO.java 117
Uncommented local variable: secondtripid Comment the local variable. Medium DailyTripRepDAO.java 118
Uncommented local variable: firsttripdate Comment the local variable. Medium DailyTripRepDAO.java 120
Uncommented local variable: secondtripdate Comment the local variable. Medium DailyTripRepDAO.java 121
Uncommented local variable: tripProcessDAO Comment the local variable. Medium DailyTripRepDAO.java 122
Uncommented local variable: whrQuery Comment the local variable. Medium DailyTripRepDAO.java 124
Uncommented local variable: minutes Comment the local variable. Medium DailyTripRepDAO.java 125
Uncommented local variable: session Comment the local variable. Medium DailyTripRepDAO.java 126
Uncommented local variable: query Comment the local variable. Medium DailyTripRepDAO.java 134
Uncommented local variable: sess Comment the local variable. Medium DeviceProcessDAO.java 107
Uncommented local variable: devDao Comment the local variable. Medium DeviceProcessDAO.java 111
Uncommented local variable: sess Comment the local variable. Medium DeviceProcessDAO.java 149
Uncommented local variable: devDao Comment the local variable. Medium DeviceProcessDAO.java 156
Uncommented local variable: session Comment the local variable. Medium FenceUsersDAO.java 16
Uncommented local variable: session Comment the local variable. Medium FenceUsersDAO.java 38
Uncommented local variable: session Comment the local variable. Medium FenceUsersDAO.java 62
Uncommented local variable: users Comment the local variable. Medium FenceUsersDAO.java 63
Uncommented local variable: session Comment the local variable. Medium FenceUsersDAO.java 99
Uncommented local variable: users Comment the local variable. Medium FenceUsersDAO.java 100
Uncommented local variable: session Comment the local variable. Medium FenceUsersDAO.java 123
Uncommented local variable: userIds Comment the local variable. Medium FenceUsersDAO.java 142
Uncommented local variable: tempDate Comment the local variable. Medium FenceUsersDAO.java 143
Uncommented local variable: date Comment the local variable. Medium FenceUsersDAO.java 144
Uncommented local variable: session Comment the local variable. Medium FenceUsersDAO.java 145
Uncommented local variable: session Comment the local variable. Medium FenceUsersDAO.java 208
Uncommented local variable: sess Comment the local variable. Medium GeofencingDAO.java 52
Uncommented local variable: gd Comment the local variable. Medium GeofencingDAO.java 53
Uncommented local variable: query Comment the local variable. Medium GeofencingDAO.java 55
Uncommented local variable: sess Comment the local variable. Medium GeofencingDAO.java 82
Uncommented local variable: gd Comment the local variable. Medium GeofencingDAO.java 83
Uncommented local variable: query Comment the local variable. Medium GeofencingDAO.java 85
Uncommented local variable: query Comment the local variable. Medium GeofencingDAO.java 112
Uncommented local variable: sess Comment the local variable. Medium GeofencingDAO.java 136
Uncommented local variable: gd Comment the local variable. Medium GeofencingDAO.java 137
Uncommented local variable: del Comment the local variable. Medium GeofencingDAO.java 138
Uncommented local variable: tx Comment the local variable. Medium GeofencingDAO.java 139
Uncommented local variable: sess Comment the local variable. Medium GeofencingDAO.java 169
Uncommented local variable: gd Comment the local variable. Medium GeofencingDAO.java 170
Uncommented local variable: sess Comment the local variable. Medium GeofencingDAO.java 202
Uncommented local variable: hddao Comment the local variable. Medium HolidayProcessDAO.java 46
Uncommented local variable: sess Comment the local variable. Medium HolidayProcessDAO.java 48
Uncommented local variable: tx Comment the local variable. Medium HolidayProcessDAO.java 49
Uncommented local variable: hddao Comment the local variable. Medium HolidayProcessDAO.java 77
Uncommented local variable: sess Comment the local variable. Medium HolidayProcessDAO.java 79
Uncommented local variable: tx Comment the local variable. Medium HolidayProcessDAO.java 80
Uncommented local variable: vdao Comment the local variable. Medium HolidayProcessDAO.java 112
Uncommented local variable: dao Comment the local variable. Medium HolidayProcessDAO.java 140
Uncommented local variable: hdDao Comment the local variable. Medium HolidayProcessDAO.java 144
Uncommented local variable: sess Comment the local variable. Medium LoginGpsDAO.java 37
Uncommented local variable: emailad Comment the local variable. Medium LoginGpsDAO.java 38
Uncommented local variable: pword Comment the local variable. Medium LoginGpsDAO.java 39
Uncommented local variable: query Comment the local variable. Medium LoginGpsDAO.java 41
Uncommented local variable: user Comment the local variable. Medium LoginGpsDAO.java 43
Uncommented local variable: msgDAO Comment the local variable. Medium MessagesDAO.java 40
Uncommented local variable: sess Comment the local variable. Medium MessagesDAO.java 41
Uncommented local variable: msgDAO Comment the local variable. Medium MessagesDAO.java 60
Uncommented local variable: sess Comment the local variable. Medium MessagesDAO.java 65
Uncommented local variable: templateObj Comment the local variable. Medium MessagesDAO.java 67
Uncommented local variable: tx Comment the local variable. Medium MessagesDAO.java 68
Uncommented local variable: orgObj Comment the local variable. Medium MessagesDAO.java 72
Uncommented local variable: cal Comment the local variable. Medium MessagesDAO.java 74
Uncommented local variable: md Comment the local variable. Medium MLoginGpsDAO.java 48
Uncommented local variable: sess Comment the local variable. Medium MLoginGpsDAO.java 74
Uncommented local variable: emailad Comment the local variable. Medium MLoginGpsDAO.java 75
Uncommented local variable: query Comment the local variable. Medium MLoginGpsDAO.java 78
Uncommented local variable: pass Comment the local variable. Medium MLoginGpsDAO.java 79
Uncommented local variable: user Comment the local variable. Medium MLoginGpsDAO.java 80
Uncommented local variable: u Comment the local variable. Medium MLoginGpsDAO.java 81
Uncommented local variable: rep Comment the local variable. Medium ReportProcessDAO.java 33
Uncommented local variable: sess Comment the local variable. Medium ReportProcessDAO.java 34
Uncommented local variable: sess Comment the local variable. Medium ReportProcessDAO.java 47
Uncommented local variable: tdao Comment the local variable. Medium ReportProcessDAO.java 48
Uncommented local variable: tpDao Comment the local variable. Medium ReportProcessDAO.java 52
Uncommented local variable: dynamicQuery Comment the local variable. Medium ReportProcessDAO.java 53
Uncommented local variable: paramQuery Comment the local variable. Medium ReportProcessDAO.java 54
Uncommented local variable: paramQueryBuilder Comment the local variable. Medium ReportProcessDAO.java 55
Uncommented local variable: tripDetails Comment the local variable. Medium ReportProcessDAO.java 63
Uncommented local variable: sdate Comment the local variable. Medium ReportProcessDAO.java 113
Uncommented local variable: stime Comment the local variable. Medium ReportProcessDAO.java 114
Uncommented local variable: edate Comment the local variable. Medium ReportProcessDAO.java 115
Uncommented local variable: etime Comment the local variable. Medium ReportProcessDAO.java 116
Uncommented local variable: appendeddate Comment the local variable. Medium ReportProcessDAO.java 117
Uncommented local variable: appendedenddate Comment the local variable. Medium ReportProcessDAO.java 118
Uncommented local variable: event Comment the local variable. Medium ReportProcessDAO.java 119
Uncommented local variable: rep Comment the local variable. Medium ReportProcessDAO.java 121
Uncommented local variable: sess Comment the local variable. Medium ReportRefDAO.java 30
Uncommented local variable: query Comment the local variable. Medium ReportRefDAO.java 31
Uncommented local variable: user Comment the local variable. Medium ReportRefDAO.java 32
Uncommented local variable: session Comment the local variable. Medium RfHistoryDAO.java 19
Uncommented local variable: session Comment the local variable. Medium RfHistoryDAO.java 44
Uncommented local variable: sess Comment the local variable. Medium RfHistoryDAO.java 69
Uncommented local variable: session Comment the local variable. Medium RfHistoryDAO.java 92
Uncommented local variable: users Comment the local variable. Medium RfHistoryDAO.java 94
Uncommented local variable: fenceDAO Comment the local variable. Medium RfHistoryDAO.java 95
Uncommented local variable: session Comment the local variable. Medium RfHistoryDAO.java 122
Uncommented local variable: users Comment the local variable. Medium RfHistoryDAO.java 124
Uncommented local variable: fenceDAO Comment the local variable. Medium RfHistoryDAO.java 125
Uncommented local variable: dao Comment the local variable. Medium RfHistoryDAO.java 146
Uncommented local variable: role Comment the local variable. Medium RoleProcessDAO.java 25
Uncommented local variable: isUser Comment the local variable. Medium RoleProcessDAO.java 46
Uncommented local variable: isUser Comment the local variable. Medium RoleProcessDAO.java 66
Uncommented local variable: speedParams Comment the local variable. Medium SettingsDAO.java 21
Uncommented local variable: isPresent Comment the local variable. Medium SettingsDAO.java 22
Uncommented local variable: sdao Comment the local variable. Medium SettingsDAO.java 23
Uncommented local variable: sess Comment the local variable. Medium SettingsDAO.java 24
Uncommented local variable: tx Comment the local variable. Medium SettingsDAO.java 25
Uncommented local variable: status Comment the local variable. Medium SettingsDAO.java 26
Uncommented local variable: sdao Comment the local variable. Medium SettingsDAO.java 88
Uncommented local variable: userId Comment the local variable. Medium UserNotificationDAO.java 45
Uncommented local variable: usdao Comment the local variable. Medium UserNotificationDAO.java 46
Uncommented local variable: ug Comment the local variable. Medium UserNotificationDAO.java 47
Uncommented local variable: gdao Comment the local variable. Medium UserNotificationDAO.java 48
Uncommented local variable: udao Comment the local variable. Medium UserNotificationDAO.java 49
Uncommented local variable: sess Comment the local variable. Medium UserNotificationDAO.java 51
Uncommented local variable: tx Comment the local variable. Medium UserNotificationDAO.java 52
Uncommented local variable: geo Comment the local variable. Medium UserNotificationDAO.java 61
Uncommented local variable: user1 Comment the local variable. Medium UserNotificationDAO.java 65
Uncommented local variable: sess Comment the local variable. Medium UserNotificationDAO.java 129
Uncommented local variable: td Comment the local variable. Medium UserNotificationDAO.java 130
Uncommented local variable: gdao Comment the local variable. Medium UserNotificationDAO.java 137
Uncommented local variable: geof Comment the local variable. Medium UserNotificationDAO.java 138
Uncommented local variable: tripid Comment the local variable. Medium UserNotificationDAO.java 139
Uncommented local variable: sess Comment the local variable. Medium UserNotificationDAO.java 162
Uncommented local variable: td Comment the local variable. Medium UserNotificationDAO.java 163
Uncommented local variable: speedparam Comment the local variable. Medium UserProcessDAO.java 29
Uncommented local variable: sess Comment the local variable. Medium UserProcessDAO.java 30
Uncommented local variable: userName Comment the local variable. Medium UserProcessDAO.java 56
Uncommented local variable: userDetails Comment the local variable. Medium UserProcessDAO.java 57
Uncommented local variable: sess Comment the local variable. Medium UserProcessDAO.java 58
Uncommented local variable: query Comment the local variable. Medium UserProcessDAO.java 59
Uncommented local variable: usr Comment the local variable. Medium UserProcessDAO.java 78
Uncommented local variable: organization Comment the local variable. Medium UserProcessDAO.java 85
Uncommented local variable: query Comment the local variable. Medium UserProcessDAO.java 86
Uncommented local variable: sess Comment the local variable. Medium UserProcessDAO.java 87
Uncommented local variable: sess Comment the local variable. Medium UserProcessDAO.java 105
Uncommented local variable: sess Comment the local variable. Medium UserProcessDAO.java 126
Uncommented local variable: organization Comment the local variable. Medium UserProcessDAO.java 139
Uncommented local variable: param Comment the local variable. Medium UserProcessDAO.java 146
Uncommented local variable: sess Comment the local variable. Medium UserTripDAO.java 61
Uncommented local variable: td Comment the local variable. Medium UserTripDAO.java 62
Uncommented local variable: mapDAO Comment the local variable. Medium VehicleFenceDAO.java 30
Uncommented local variable: sess Comment the local variable. Medium VehicleFenceDAO.java 32
Uncommented local variable: vehDAO Comment the local variable. Medium VehicleFenceDAO.java 58
Uncommented local variable: geoVehicle Comment the local variable. Medium VehicleFenceDAO.java 59
Uncommented local variable: geodao Comment the local variable. Medium VehicleFenceDAO.java 60
Uncommented local variable: vehicle Comment the local variable. Medium VehicleFenceDAO.java 61
Uncommented local variable: sess Comment the local variable. Medium VehicleFenceDAO.java 62
Uncommented local variable: tx Comment the local variable. Medium VehicleFenceDAO.java 63
Uncommented local variable: geoVehicle Comment the local variable. Medium VehicleFenceDAO.java 104
Uncommented local variable: sess Comment the local variable. Medium VehicleFenceDAO.java 105
Uncommented local variable: tx Comment the local variable. Medium VehicleFenceDAO.java 109
Uncommented local variable: vd Comment the local variable. Medium VehicleProcessDAO.java 49
Uncommented local variable: vd Comment the local variable. Medium VehicleProcessDAO.java 74
Uncommented local variable: orgs Comment the local variable. Medium VehicleProcessDAO.java 102
Uncommented local variable: vdDAO Comment the local variable. Medium VehicleProcessDAO.java 103
Uncommented local variable: vdao Comment the local variable. Medium VehicleProcessDAO.java 117
Uncommented local variable: vdao Comment the local variable. Medium VehicleProcessDAO.java 140
Uncommented local variable: sess Comment the local variable. Medium VehicleProcessDAO.java 144
Uncommented local variable: tx Comment the local variable. Medium VehicleProcessDAO.java 145
Uncommented local variable: sess Comment the local variable. Medium VehicleProcessDAO.java 191
Uncommented local variable: rdao Comment the local variable. Medium VehicleProcessDAO.java 192
Uncommented local variable: baseQuery Comment the local variable. Medium VehicleProcessDAO.java 198
Uncommented local variable: sb Comment the local variable. Medium VehicleProcessDAO.java 199
Uncommented local variable: vdao Comment the local variable. Medium VehicleProcessDAO.java 201
Uncommented local variable: strlen Comment the local variable. Medium VehicleProcessDAO.java 204
Uncommented local variable: finalquery Comment the local variable. Medium VehicleProcessDAO.java 205
Uncommented local variable: flag Comment the local variable. Medium VehicleProcessDAO.java 206
Uncommented local variable: twoDForm Comment the local variable. Medium SpeedParamDTO.java 69
Uncommented local variable: twoDForm Comment the local variable. Medium TripDistanceDTO.java 185
Uncommented local variable: instance Comment the local variable. Medium AccountDAO.java 65
Uncommented local variable: queryString Comment the local variable. Medium AccountDAO.java 93
Uncommented local variable: queryObject Comment the local variable. Medium AccountDAO.java 95
Uncommented local variable: queryString Comment the local variable. Medium AccountDAO.java 159
Uncommented local variable: queryObject Comment the local variable. Medium AccountDAO.java 160
Uncommented local variable: result Comment the local variable. Medium AccountDAO.java 171
Uncommented local variable: instance Comment the local variable. Medium AccountsDAO.java 52
Uncommented local variable: queryString Comment the local variable. Medium AccountsDAO.java 80
Uncommented local variable: queryObject Comment the local variable. Medium AccountsDAO.java 82
Uncommented local variable: queryString Comment the local variable. Medium AccountsDAO.java 94
Uncommented local variable: queryObject Comment the local variable. Medium AccountsDAO.java 95
Uncommented local variable: result Comment the local variable. Medium AccountsDAO.java 106
Uncommented local variable: castOther Comment the local variable. Medium AccountsId.java 53
Uncommented local variable: result Comment the local variable. Medium AccountsId.java 66
Uncommented local variable: instance Comment the local variable. Medium AddressDAO.java 67
Uncommented local variable: queryString Comment the local variable. Medium AddressDAO.java 95
Uncommented local variable: queryObject Comment the local variable. Medium AddressDAO.java 97
Uncommented local variable: queryString Comment the local variable. Medium AddressDAO.java 169
Uncommented local variable: queryObject Comment the local variable. Medium AddressDAO.java 170
Uncommented local variable: result Comment the local variable. Medium AddressDAO.java 181
Uncommented local variable: instance Comment the local variable. Medium AnnouncementsdeliveryDAO.java 58
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsdeliveryDAO.java 86
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsdeliveryDAO.java 88
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsdeliveryDAO.java 124
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsdeliveryDAO.java 125
Uncommented local variable: result Comment the local variable. Medium AnnouncementsdeliveryDAO.java 136
Uncommented local variable: instance Comment the local variable. Medium AnnouncementsentryDAO.java 65
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsentryDAO.java 93
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsentryDAO.java 95
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsentryDAO.java 155
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsentryDAO.java 156
Uncommented local variable: result Comment the local variable. Medium AnnouncementsentryDAO.java 167
Uncommented local variable: instance Comment the local variable. Medium AnnouncementsflagDAO.java 56
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsflagDAO.java 84
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsflagDAO.java 86
Uncommented local variable: queryString Comment the local variable. Medium AnnouncementsflagDAO.java 110
Uncommented local variable: queryObject Comment the local variable. Medium AnnouncementsflagDAO.java 111
Uncommented local variable: result Comment the local variable. Medium AnnouncementsflagDAO.java 122
Uncommented local variable: instance Comment the local variable. Medium AutoPkSupportDAO.java 52
Uncommented local variable: queryString Comment the local variable. Medium AutoPkSupportDAO.java 80
Uncommented local variable: queryObject Comment the local variable. Medium AutoPkSupportDAO.java 82
Uncommented local variable: queryString Comment the local variable. Medium AutoPkSupportDAO.java 94
Uncommented local variable: queryObject Comment the local variable. Medium AutoPkSupportDAO.java 95
Uncommented local variable: result Comment the local variable. Medium AutoPkSupportDAO.java 106
Uncommented local variable: castOther Comment the local variable. Medium AutoPkSupportId.java 53
Uncommented local variable: result Comment the local variable. Medium AutoPkSupportId.java 66
Uncommented local variable: instance Comment the local variable. Medium BlogsentryDAO.java 63
Uncommented local variable: queryString Comment the local variable. Medium BlogsentryDAO.java 91
Uncommented local variable: queryObject Comment the local variable. Medium BlogsentryDAO.java 93
Uncommented local variable: queryString Comment the local variable. Medium BlogsentryDAO.java 149
Uncommented local variable: queryObject Comment the local variable. Medium BlogsentryDAO.java 150
Uncommented local variable: result Comment the local variable. Medium BlogsentryDAO.java 161
Uncommented local variable: instance Comment the local variable. Medium BlogsstatsuserDAO.java 59
Uncommented local variable: queryString Comment the local variable. Medium BlogsstatsuserDAO.java 87
Uncommented local variable: queryObject Comment the local variable. Medium BlogsstatsuserDAO.java 89
Uncommented local variable: queryString Comment the local variable. Medium BlogsstatsuserDAO.java 129
Uncommented local variable: queryObject Comment the local variable. Medium BlogsstatsuserDAO.java 130
Uncommented local variable: result Comment the local variable. Medium BlogsstatsuserDAO.java 141
Uncommented local variable: instance Comment the local variable. Medium BookmarksentryDAO.java 62
Uncommented local variable: queryString Comment the local variable. Medium BookmarksentryDAO.java 90
Uncommented local variable: queryObject Comment the local variable. Medium BookmarksentryDAO.java 92
Uncommented local variable: queryString Comment the local variable. Medium BookmarksentryDAO.java 144
Uncommented local variable: queryObject Comment the local variable. Medium BookmarksentryDAO.java 145
Uncommented local variable: result Comment the local variable. Medium BookmarksentryDAO.java 156
Uncommented local variable: instance Comment the local variable. Medium BookmarksfolderDAO.java 59
Uncommented local variable: queryString Comment the local variable. Medium BookmarksfolderDAO.java 87
Uncommented local variable: queryObject Comment the local variable. Medium BookmarksfolderDAO.java 89
Uncommented local variable: queryString Comment the local variable. Medium BookmarksfolderDAO.java 129
Uncommented local variable: queryObject Comment the local variable. Medium BookmarksfolderDAO.java 130
Uncommented local variable: result Comment the local variable. Medium BookmarksfolderDAO.java 141
Uncommented local variable: instance Comment the local variable. Medium BrowsertrackerDAO.java 53
Uncommented local variable: queryString Comment the local variable. Medium BrowsertrackerDAO.java 81
Uncommented local variable: queryObject Comment the local variable. Medium BrowsertrackerDAO.java 83
Uncommented local variable: queryString Comment the local variable. Medium BrowsertrackerDAO.java 103
Uncommented local variable: queryObject Comment the local variable. Medium BrowsertrackerDAO.java 104
Uncommented local variable: result Comment the local variable. Medium BrowsertrackerDAO.java 115
Uncommented local variable: instance Comment the local variable. Medium CaleventDAO.java 69
Uncommented local variable: queryString Comment the local variable. Medium CaleventDAO.java 97
Uncommented local variable: queryObject Comment the local variable. Medium CaleventDAO.java 99
Uncommented local variable: map Comment the local variable. Medium GenerateMapTester.java 37
Uncommented local variable: returnVal Comment the local variable. Medium GenerateMapTester.java 38
Uncommented local variable: dynamicQuery Comment the local variable. Medium TestTripProcessDAO.java 117
Uncommented local variable: dateformat Comment the local variable. Medium TestTripProcessDAO.java 135
Uncommented local variable: date Comment the local variable. Medium TestTripProcessDAO.java 136
Uncommented local variable: dateformat Comment the local variable. Medium TestTripProcessDAO.java 150
Uncommented local variable: date Comment the local variable. Medium TestTripProcessDAO.java 151
 
Violation Recommendation Severity Resource Line
Caught exception not logged Use one of the logging methods to log the exception. Medium AutoCompleteAction.java 94
Caught exception not logged Use one of the logging methods to log the exception. Medium DeviceCRUDAction.java 218
Caught exception not logged Use one of the logging methods to log the exception. Medium DeviceCRUDAction.java 282
Caught exception not logged Use one of the logging methods to log the exception. Medium HeaderForwardAction.java 52
Caught exception not logged Use one of the logging methods to log the exception. Medium HeaderForwardAction.java 73
Caught exception not logged Use one of the logging methods to log the exception. Medium LogingpsAction.java 186
Caught exception not logged Use one of the logging methods to log the exception. Medium RFIDAction.java 175
Caught exception not logged Use one of the logging methods to log the exception. Medium MLoginGpsDAO.java 53
 
Violation Recommendation Severity Resource Line
Logger not declared static final Declare the logger to be both static and final. Medium AlertSettingsAction.java 30
Logger not declared static final Declare the logger to be both static and final. Medium AutoCompleteAction.java 26
Logger not declared static final Declare the logger to be both static and final. Medium DeviceCRUDAction.java 65
Logger not declared static final Declare the logger to be both static and final. Medium FenceVehicleMapAction.java 37
Logger not declared static final Declare the logger to be both static and final. Medium GeofenceAction.java 58
Logger not declared static final Declare the logger to be both static and final. Medium HeaderForwardAction.java 29
Logger not declared static final Declare the logger to be both static and final. Medium HolidayAction.java 32
Logger not declared static final Declare the logger to be both static and final. Medium LogingpsAction.java 60
Logger not declared static final Declare the logger to be both static and final. Medium LogoutAction.java 38
Logger not declared static final Declare the logger to be both static and final. Medium MessageHandler.java 60
Logger not declared static final Declare the logger to be both static and final. Medium RFIDAction.java 32
Logger not declared static final Declare the logger to be both static and final. Medium TemplateManager.java 42
Logger not declared static final Declare the logger to be both static and final. Medium Commons.java 8
Logger not declared static final Declare the logger to be both static and final. Medium DailyTripRepDAO.java 34
Logger not declared static final Declare the logger to be both static and final. Medium DeviceProcessDAO.java 40
Logger not declared static final Declare the logger to be both static and final. Medium FenceUsersDAO.java 12
Logger not declared static final Declare the logger to be both static and final. Medium GeofencingDAO.java 40
Logger not declared static final Declare the logger to be both static and final. Medium HolidayProcessDAO.java 37
Logger not declared static final Declare the logger to be both static and final. Medium MessagesDAO.java 31
Logger not declared static final Declare the logger to be both static and final. Medium ReportProcessDAO.java 27
Logger not declared static final Declare the logger to be both static and final. Medium ReportSummaryDAO.java 11
Logger not declared static final Declare the logger to be both static and final. Medium RfHistoryDAO.java 14
Logger not declared static final Declare the logger to be both static and final. Medium UserNotificationDAO.java 37
Logger not declared static final Declare the logger to be both static and final. Medium UserTripDAO.java 40
Logger not declared static final Declare the logger to be both static and final. Medium VehicleFenceDAO.java 20
Logger not declared static final Declare the logger to be both static and final. Medium VehicleProcessDAO.java 43
 
Violation Recommendation Severity Resource Line
Serializable class AutoCompleteAction does not define a serialVersionUID field Define a serialVersionUID field. Medium AutoCompleteAction.java 24
Serializable class BaseAction does not define a serialVersionUID field Define a serialVersionUID field. Medium BaseAction.java 8
Serializable class CookieLoginAction does not define a serialVersionUID field Define a serialVersionUID field. Medium CookieLoginAction.java 44
Serializable class DeviceCRUDAction does not define a serialVersionUID field Define a serialVersionUID field. Medium DeviceCRUDAction.java 43
Serializable class FenceVehicleMapAction does not define a serialVersionUID field Define a serialVersionUID field. Medium FenceVehicleMapAction.java 23
Serializable class GeofenceAction does not define a serialVersionUID field Define a serialVersionUID field. Medium GeofenceAction.java 54
Serializable class HeaderForwardAction does not define a serialVersionUID field Define a serialVersionUID field. Medium HeaderForwardAction.java 25
Serializable class LogingpsAction does not define a serialVersionUID field Define a serialVersionUID field. Medium LogingpsAction.java 41
Serializable class LogoutAction does not define a serialVersionUID field Define a serialVersionUID field. Medium LogoutAction.java 25
Serializable class MessageHandler does not define a serialVersionUID field Define a serialVersionUID field. Medium MessageHandler.java 57
Serializable class MLoginGpsAction does not define a serialVersionUID field Define a serialVersionUID field. Medium MLoginGpsAction.java 42
Serializable class RFIDAction does not define a serialVersionUID field Define a serialVersionUID field. Medium RFIDAction.java 29
Serializable class TemplateManager does not define a serialVersionUID field Define a serialVersionUID field. Medium TemplateManager.java 39
Serializable class UserNotificationAction does not define a serialVersionUID field Define a serialVersionUID field. Medium UserNotificationAction.java 42
Serializable class UserTripAction does not define a serialVersionUID field Define a serialVersionUID field. Medium UserTripAction.java 33
Serializable class VehicleCRUDAction does not define a serialVersionUID field Define a serialVersionUID field. Medium VehicleCRUDAction.java 42
Serializable class MLoginGpsDAO does not define a serialVersionUID field Define a serialVersionUID field. Medium MLoginGpsDAO.java 40
Serializable class DeviceAlreadyInUseException has no instance variables Do not declare the class serializable. Medium DeviceAlreadyInUseException.java 3
Serializable class DeviceAlreadyInUseException does not define a serialVersionUID field Define a serialVersionUID field. Medium DeviceAlreadyInUseException.java 3
Serializable class DupilicateTripException has no instance variables Do not declare the class serializable. Medium DupilicateTripException.java 3
Serializable class DupilicateTripException does not define a serialVersionUID field Define a serialVersionUID field. Medium DupilicateTripException.java 3
Serializable class DuplicateAliasNameException has no instance variables Do not declare the class serializable. Medium DuplicateAliasNameException.java 3
Serializable class DuplicateAliasNameException does not define a serialVersionUID field Define a serialVersionUID field. Medium DuplicateAliasNameException.java 3
Serializable class DuplicateDeviceNameException has no instance variables Do not declare the class serializable. Medium DuplicateDeviceNameException.java 3
Serializable class DuplicateDeviceNameException does not define a serialVersionUID field Define a serialVersionUID field. Medium DuplicateDeviceNameException.java 3
Serializable class DuplicateMobileNumberException has no instance variables Do not declare the class serializable. Medium DuplicateMobileNumberException.java 3
Serializable class DuplicateMobileNumberException does not define a serialVersionUID field Define a serialVersionUID field. Medium DuplicateMobileNumberException.java 3
Serializable class DuplicateRegisterNumberException has no instance variables Do not declare the class serializable. Medium DuplicateRegisterNumberException.java 3
Serializable class DuplicateRegisterNumberException does not define a serialVersionUID field Define a serialVersionUID field. Medium DuplicateRegisterNumberException.java 3
Serializable class DuplicateVehicleNameException has no instance variables Do not declare the class serializable. Medium DuplicateVehicleNameException.java 3
Serializable class DuplicateVehicleNameException does not define a serialVersionUID field Define a serialVersionUID field. Medium DuplicateVehicleNameException.java 3
Serializable class InvalidMailIdOrPasswordException has no instance variables Do not declare the class serializable. Medium InvalidMailIdOrPasswordException.java 3
Serializable class InvalidMailIdOrPasswordException has only transient fields Do not declare the class serializable. Medium InvalidMailIdOrPasswordException.java 3
Serializable class LoginIDDoesNotMatchException has no instance variables Do not declare the class serializable. Medium LoginIDDoesNotMatchException.java 3
Serializable class LoginIDDoesNotMatchException does not define a serialVersionUID field Define a serialVersionUID field. Medium LoginIDDoesNotMatchException.java 3
Serializable class NullFieldsException has no instance variables Do not declare the class serializable. Medium NullFieldsException.java 3
Serializable class NullFieldsException does not define a serialVersionUID field Define a serialVersionUID field. Medium NullFieldsException.java 3
Serializable class PassworDoesNotMatchException has no instance variables Do not declare the class serializable. Medium PassworDoesNotMatchException.java 3
Serializable class PassworDoesNotMatchException does not define a serialVersionUID field Define a serialVersionUID field. Medium PassworDoesNotMatchException.java 3
Serializable class TripNameDuplicateException has no instance variables Do not declare the class serializable. Medium TripNameDuplicateException.java 3
Serializable class TripNameDuplicateException does not define a serialVersionUID field Define a serialVersionUID field. Medium TripNameDuplicateException.java 3
Serializable class UserNotLoggedInException has no instance variables Do not declare the class serializable. Medium UserNotLoggedInException.java 3
Serializable class UserNotLoggedInException does not define a serialVersionUID field Define a serialVersionUID field. Medium UserNotLoggedInException.java 3
Serializable class VehicleExistsInTimeException has no instance variables Do not declare the class serializable. Medium VehicleExistsInTimeException.java 3
Serializable class VehicleExistsInTimeException does not define a serialVersionUID field Define a serialVersionUID field. Medium VehicleExistsInTimeException.java 3
Serializable class VehicleInUseException has no instance variables Do not declare the class serializable. Medium VehicleInUseException.java 3
Serializable class VehicleInUseException does not define a serialVersionUID field Define a serialVersionUID field. Medium VehicleInUseException.java 3
Serializable class Account does not define a serialVersionUID field Define a serialVersionUID field. Medium Account.java 11
Serializable class Accounts does not define a serialVersionUID field Define a serialVersionUID field. Medium Accounts.java 9
Serializable class AccountsId does not define a serialVersionUID field Define a serialVersionUID field. Medium AccountsId.java 9
Serializable class Address does not define a serialVersionUID field Define a serialVersionUID field. Medium Address.java 11
Serializable class Announcementsdelivery does not define a serialVersionUID field Define a serialVersionUID field. Medium Announcementsdelivery.java 9
Serializable class Announcementsentry does not define a serialVersionUID field Define a serialVersionUID field. Medium Announcementsentry.java 11
Serializable class Announcementsflag does not define a serialVersionUID field Define a serialVersionUID field. Medium Announcementsflag.java 11
Serializable class AutoPkSupport does not define a serialVersionUID field Define a serialVersionUID field. Medium AutoPkSupport.java 9
Serializable class AutoPkSupportId does not define a serialVersionUID field Define a serialVersionUID field. Medium AutoPkSupportId.java 9
Serializable class Blogsentry does not define a serialVersionUID field Define a serialVersionUID field. Medium Blogsentry.java 11
Serializable class Blogsstatsuser does not define a serialVersionUID field Define a serialVersionUID field. Medium Blogsstatsuser.java 11
Serializable class Bookmarksentry does not define a serialVersionUID field Define a serialVersionUID field. Medium Bookmarksentry.java 11
Serializable class Bookmarksfolder does not define a serialVersionUID field Define a serialVersionUID field. Medium Bookmarksfolder.java 11
Serializable class Browsertracker does not define a serialVersionUID field Define a serialVersionUID field. Medium Browsertracker.java 9
Serializable class Calevent does not define a serialVersionUID field Define a serialVersionUID field. Medium Calevent.java 11
 
Violation Recommendation Severity Resource Line
The method "setup" is misspelled Rename the method from "setup" to "setUp". Medium GenerateMapTester.java 43
 
Violation Recommendation Severity Resource Line
Method should be static Add the keyword "static" to the method declaration. Medium AlertSettingsAction.java 41
Method should be static Add the keyword "static" to the method declaration. Medium AutoCompleteAction.java 143
Method should be static Add the keyword "static" to the method declaration. Medium AutoCompleteAction.java 159
Method should be static Add the keyword "static" to the method declaration. Medium AutoCompleteAction.java 173
Method should be static Add the keyword "static" to the method declaration. Medium HeaderForwardAction.java 66
Method should be static Add the keyword "static" to the method declaration. Medium MLoginGpsAction.java 143
Method should be static Add the keyword "static" to the method declaration. Medium RFIDAction.java 46
Method should be static Add the keyword "static" to the method declaration. Medium RFIDAction.java 181
Method should be static Add the keyword "static" to the method declaration. Medium TemplateManager.java 250
Method should be static Add the keyword "static" to the method declaration. Medium TemplateManager.java 266
Method should be static Add the keyword "static" to the method declaration. Medium FenceUsersDAO.java 14
Method should be static Add the keyword "static" to the method declaration. Medium FenceUsersDAO.java 36
Method should be static Add the keyword "static" to the method declaration. Medium FenceUsersDAO.java 96
Method should be static Add the keyword "static" to the method declaration. Medium FenceUsersDAO.java 120
Method should be static Add the keyword "static" to the method declaration. Medium FenceUsersDAO.java 138
Method should be static Add the keyword "static" to the method declaration. Medium GeofencingDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium GeofencingDAO.java 50
Method should be static Add the keyword "static" to the method declaration. Medium GeofencingDAO.java 80
Method should be static Add the keyword "static" to the method declaration. Medium GeofencingDAO.java 109
Method should be static Add the keyword "static" to the method declaration. Medium GeofencingDAO.java 135
Method should be static Add the keyword "static" to the method declaration. Medium GeofencingDAO.java 168
Method should be static Add the keyword "static" to the method declaration. Medium HolidayProcessDAO.java 42
Method should be static Add the keyword "static" to the method declaration. Medium HolidayProcessDAO.java 74
Method should be static Add the keyword "static" to the method declaration. Medium LoginGpsDAO.java 35
Method should be static Add the keyword "static" to the method declaration. Medium MessagesDAO.java 34
Method should be static Add the keyword "static" to the method declaration. Medium MessagesDAO.java 57
Method should be static Add the keyword "static" to the method declaration. Medium MLoginGpsDAO.java 72
Method should be static Add the keyword "static" to the method declaration. Medium ReportProcessDAO.java 31
Method should be static Add the keyword "static" to the method declaration. Medium ReportProcessDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium ReportRefDAO.java 28
Method should be static Add the keyword "static" to the method declaration. Medium ReportSummaryDAO.java 14
Method should be static Add the keyword "static" to the method declaration. Medium ReportSummaryDAO.java 29
Method should be static Add the keyword "static" to the method declaration. Medium RfHistoryDAO.java 17
Method should be static Add the keyword "static" to the method declaration. Medium RfHistoryDAO.java 41
Method should be static Add the keyword "static" to the method declaration. Medium RfHistoryDAO.java 67
Method should be static Add the keyword "static" to the method declaration. Medium RfHistoryDAO.java 90
Method should be static Add the keyword "static" to the method declaration. Medium RfHistoryDAO.java 120
Method should be static Add the keyword "static" to the method declaration. Medium RoleProcessDAO.java 18
Method should be static Add the keyword "static" to the method declaration. Medium RoleProcessDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium RoleProcessDAO.java 63
Method should be static Add the keyword "static" to the method declaration. Medium SettingsDAO.java 68
Method should be static Add the keyword "static" to the method declaration. Medium UserNotificationDAO.java 40
Method should be static Add the keyword "static" to the method declaration. Medium UserNotificationDAO.java 127
Method should be static Add the keyword "static" to the method declaration. Medium UserProcessDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium UserProcessDAO.java 75
Method should be static Add the keyword "static" to the method declaration. Medium UserProcessDAO.java 83
Method should be static Add the keyword "static" to the method declaration. Medium UserProcessDAO.java 103
Method should be static Add the keyword "static" to the method declaration. Medium UserProcessDAO.java 123
Method should be static Add the keyword "static" to the method declaration. Medium UserProcessDAO.java 136
Method should be static Add the keyword "static" to the method declaration. Medium UserTripDAO.java 59
Method should be static Add the keyword "static" to the method declaration. Medium VehicleFenceDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium VehicleFenceDAO.java 57
Method should be static Add the keyword "static" to the method declaration. Medium VehicleFenceDAO.java 101
Method should be static Add the keyword "static" to the method declaration. Medium VehicleFenceDAO.java 131
Method should be static Add the keyword "static" to the method declaration. Medium VehicleFenceReportDAO.java 15
Method should be static Add the keyword "static" to the method declaration. Medium VehicleProcessDAO.java 100
Method should be static Add the keyword "static" to the method declaration. Medium VehicleProcessDAO.java 137
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 40
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 51
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 62
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 74
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 89
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 156
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 168
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 180
Method should be static Add the keyword "static" to the method declaration. Medium AccountDAO.java 191
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 103
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 115
Method should be static Add the keyword "static" to the method declaration. Medium AccountsDAO.java 126
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 42
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 53
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 64
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 166
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 178
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 190
Method should be static Add the keyword "static" to the method declaration. Medium AddressDAO.java 201
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 33
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 55
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 67
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 82
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 121
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 133
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 146
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsdeliveryDAO.java 157
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 40
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 51
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 62
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 74
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 89
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 152
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 164
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 177
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsentryDAO.java 188
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 31
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 42
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 53
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 65
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 80
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 107
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 119
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 132
Method should be static Add the keyword "static" to the method declaration. Medium AnnouncementsflagDAO.java 143
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 27
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 61
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 76
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 91
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 103
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 116
Method should be static Add the keyword "static" to the method declaration. Medium AutoPkSupportDAO.java 127
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 38
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 49
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 60
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 72
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 87
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 146
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 158
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 171
Method should be static Add the keyword "static" to the method declaration. Medium BlogsentryDAO.java 182
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 34
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 45
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 56
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 68
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 83
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 126
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 138
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 151
Method should be static Add the keyword "static" to the method declaration. Medium BlogsstatsuserDAO.java 162
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 37
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 48
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 59
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 71
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 86
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 141
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 153
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 166
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksentryDAO.java 177
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 34
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 45
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 56
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 68
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 83
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 126
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 138
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 151
Method should be static Add the keyword "static" to the method declaration. Medium BookmarksfolderDAO.java 162
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 28
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 39
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 50
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 62
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 77
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 100
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 112
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 125
Method should be static Add the keyword "static" to the method declaration. Medium BrowsertrackerDAO.java 136
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 44
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 55
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 66
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 78
Method should be static Add the keyword "static" to the method declaration. Medium CaleventDAO.java 93
Method should be static Add the keyword "static" to the method declaration. Medium GenerateMapTester.java 35
Method should be static Add the keyword "static" to the method declaration. Medium GenerateMapTester.java 43
 
Violation Recommendation Severity Resource Line
No implementation version Add an implementation version to the manifest file. Medium MANIFEST.MF 1
 
Violation Recommendation Severity Resource Line
Incorrect type mapping for property companyId Use "long" type for this property. Medium Account.hbm.xml 13
Incorrect type mapping for property userId Use "long" type for this property. Medium Account.hbm.xml 16
Incorrect type mapping for property userName Use "string" type for this property. Medium Account.hbm.xml 19
Incorrect type mapping for property createDate Use "date" type for this property. Medium Account.hbm.xml 22
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Account.hbm.xml 25
Incorrect type mapping for property parentAccountId Use "long" type for this property. Medium Account.hbm.xml 28
Incorrect type mapping for property name Use "string" type for this property. Medium Account.hbm.xml 31
Incorrect type mapping for property legalName Use "string" type for this property. Medium Account.hbm.xml 34
Incorrect type mapping for property legalId Use "string" type for this property. Medium Account.hbm.xml 37
Incorrect type mapping for property legalType Use "string" type for this property. Medium Account.hbm.xml 40
Incorrect type mapping for property sicCode Use "string" type for this property. Medium Account.hbm.xml 43
Incorrect type mapping for property tickerSymbol Use "string" type for this property. Medium Account.hbm.xml 46
Incorrect type mapping for property industry Use "string" type for this property. Medium Account.hbm.xml 49
Incorrect type mapping for property type Use "string" type for this property. Medium Account.hbm.xml 52
Incorrect type mapping for property size Use "string" type for this property. Medium Account.hbm.xml 55
Incorrect type mapping for property companyId Use "long" type for this property. Medium Address.hbm.xml 13
Incorrect type mapping for property userId Use "long" type for this property. Medium Address.hbm.xml 16
Incorrect type mapping for property userName Use "string" type for this property. Medium Address.hbm.xml 19
Incorrect type mapping for property createDate Use "date" type for this property. Medium Address.hbm.xml 22
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Address.hbm.xml 25
Incorrect type mapping for property classNameId Use "long" type for this property. Medium Address.hbm.xml 28
Incorrect type mapping for property classPk Use "long" type for this property. Medium Address.hbm.xml 31
Incorrect type mapping for property street1 Use "string" type for this property. Medium Address.hbm.xml 34
Incorrect type mapping for property street2 Use "string" type for this property. Medium Address.hbm.xml 37
Incorrect type mapping for property street3 Use "string" type for this property. Medium Address.hbm.xml 40
Incorrect type mapping for property city Use "string" type for this property. Medium Address.hbm.xml 43
Incorrect type mapping for property zip Use "string" type for this property. Medium Address.hbm.xml 46
Incorrect type mapping for property regionId Use "long" type for this property. Medium Address.hbm.xml 49
Incorrect type mapping for property countryId Use "long" type for this property. Medium Address.hbm.xml 52
Incorrect type mapping for property typeId Use "integer" type for this property. Medium Address.hbm.xml 55
Incorrect type mapping for property mailing Use "short" type for this property. Medium Address.hbm.xml 58
Incorrect type mapping for property primary Use "short" type for this property. Medium Address.hbm.xml 61
Incorrect type mapping for property companyId Use "long" type for this property. Medium Announcementsdelivery.hbm.xml 13
Incorrect type mapping for property userId Use "long" type for this property. Medium Announcementsdelivery.hbm.xml 16
Incorrect type mapping for property type Use "string" type for this property. Medium Announcementsdelivery.hbm.xml 19
Incorrect type mapping for property email Use "short" type for this property. Medium Announcementsdelivery.hbm.xml 22
Incorrect type mapping for property sms Use "short" type for this property. Medium Announcementsdelivery.hbm.xml 25
Incorrect type mapping for property website Use "short" type for this property. Medium Announcementsdelivery.hbm.xml 28
Incorrect type mapping for property uuid Use "string" type for this property. Medium Announcementsentry.hbm.xml 13
Incorrect type mapping for property companyId Use "long" type for this property. Medium Announcementsentry.hbm.xml 16
Incorrect type mapping for property userId Use "long" type for this property. Medium Announcementsentry.hbm.xml 19
Incorrect type mapping for property userName Use "string" type for this property. Medium Announcementsentry.hbm.xml 22
Incorrect type mapping for property createDate Use "date" type for this property. Medium Announcementsentry.hbm.xml 25
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Announcementsentry.hbm.xml 28
Incorrect type mapping for property classNameId Use "long" type for this property. Medium Announcementsentry.hbm.xml 31
Incorrect type mapping for property classPk Use "long" type for this property. Medium Announcementsentry.hbm.xml 34
Incorrect type mapping for property title Use "string" type for this property. Medium Announcementsentry.hbm.xml 37
Incorrect type mapping for property content Use "string" type for this property. Medium Announcementsentry.hbm.xml 40
Incorrect type mapping for property url Use "string" type for this property. Medium Announcementsentry.hbm.xml 43
Incorrect type mapping for property type Use "string" type for this property. Medium Announcementsentry.hbm.xml 46
Incorrect type mapping for property displayDate Use "date" type for this property. Medium Announcementsentry.hbm.xml 49
Incorrect type mapping for property expirationDate Use "date" type for this property. Medium Announcementsentry.hbm.xml 52
Incorrect type mapping for property priority Use "integer" type for this property. Medium Announcementsentry.hbm.xml 55
Incorrect type mapping for property alert Use "short" type for this property. Medium Announcementsentry.hbm.xml 58
Incorrect type mapping for property userId Use "long" type for this property. Medium Announcementsflag.hbm.xml 13
Incorrect type mapping for property createDate Use "date" type for this property. Medium Announcementsflag.hbm.xml 16
Incorrect type mapping for property entryId Use "long" type for this property. Medium Announcementsflag.hbm.xml 19
Incorrect type mapping for property value Use "integer" type for this property. Medium Announcementsflag.hbm.xml 22
Incorrect type mapping for property uuid Use "string" type for this property. Medium Blogsentry.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Blogsentry.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Blogsentry.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Blogsentry.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Blogsentry.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Blogsentry.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Blogsentry.hbm.xml 31
Incorrect type mapping for property title Use "string" type for this property. Medium Blogsentry.hbm.xml 34
Incorrect type mapping for property urlTitle Use "string" type for this property. Medium Blogsentry.hbm.xml 37
Incorrect type mapping for property content Use "string" type for this property. Medium Blogsentry.hbm.xml 40
Incorrect type mapping for property displayDate Use "date" type for this property. Medium Blogsentry.hbm.xml 43
Incorrect type mapping for property draft Use "short" type for this property. Medium Blogsentry.hbm.xml 46
Incorrect type mapping for property allowTrackbacks Use "short" type for this property. Medium Blogsentry.hbm.xml 49
Incorrect type mapping for property trackbacks Use "string" type for this property. Medium Blogsentry.hbm.xml 52
Incorrect type mapping for property groupId Use "long" type for this property. Medium Blogsstatsuser.hbm.xml 13
Incorrect type mapping for property companyId Use "long" type for this property. Medium Blogsstatsuser.hbm.xml 16
Incorrect type mapping for property userId Use "long" type for this property. Medium Blogsstatsuser.hbm.xml 19
Incorrect type mapping for property entryCount Use "integer" type for this property. Medium Blogsstatsuser.hbm.xml 22
Incorrect type mapping for property lastPostDate Use "date" type for this property. Medium Blogsstatsuser.hbm.xml 25
Incorrect type mapping for property ratingsTotalEntries Use "integer" type for this property. Medium Blogsstatsuser.hbm.xml 28
Incorrect type mapping for property ratingsTotalScore Use "double" type for this property. Medium Blogsstatsuser.hbm.xml 31
Incorrect type mapping for property ratingsAverageScore Use "double" type for this property. Medium Blogsstatsuser.hbm.xml 34
Incorrect type mapping for property uuid Use "string" type for this property. Medium Bookmarksentry.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Bookmarksentry.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Bookmarksentry.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Bookmarksentry.hbm.xml 22
Incorrect type mapping for property createDate Use "date" type for this property. Medium Bookmarksentry.hbm.xml 25
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Bookmarksentry.hbm.xml 28
Incorrect type mapping for property folderId Use "long" type for this property. Medium Bookmarksentry.hbm.xml 31
Incorrect type mapping for property name Use "string" type for this property. Medium Bookmarksentry.hbm.xml 34
Incorrect type mapping for property url Use "string" type for this property. Medium Bookmarksentry.hbm.xml 37
Incorrect type mapping for property comments Use "string" type for this property. Medium Bookmarksentry.hbm.xml 40
Incorrect type mapping for property visits Use "integer" type for this property. Medium Bookmarksentry.hbm.xml 43
Incorrect type mapping for property priority Use "integer" type for this property. Medium Bookmarksentry.hbm.xml 46
Incorrect type mapping for property uuid Use "string" type for this property. Medium Bookmarksfolder.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Bookmarksfolder.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Bookmarksfolder.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Bookmarksfolder.hbm.xml 22
Incorrect type mapping for property createDate Use "date" type for this property. Medium Bookmarksfolder.hbm.xml 25
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Bookmarksfolder.hbm.xml 28
Incorrect type mapping for property parentFolderId Use "long" type for this property. Medium Bookmarksfolder.hbm.xml 31
Incorrect type mapping for property name Use "string" type for this property. Medium Bookmarksfolder.hbm.xml 34
Incorrect type mapping for property description Use "string" type for this property. Medium Bookmarksfolder.hbm.xml 37
Incorrect type mapping for property userId Use "long" type for this property. Medium Browsertracker.hbm.xml 13
Incorrect type mapping for property browserKey Use "long" type for this property. Medium Browsertracker.hbm.xml 16
Incorrect type mapping for property uuid Use "string" type for this property. Medium Calevent.hbm.xml 13
Incorrect type mapping for property groupId Use "long" type for this property. Medium Calevent.hbm.xml 16
Incorrect type mapping for property companyId Use "long" type for this property. Medium Calevent.hbm.xml 19
Incorrect type mapping for property userId Use "long" type for this property. Medium Calevent.hbm.xml 22
Incorrect type mapping for property userName Use "string" type for this property. Medium Calevent.hbm.xml 25
Incorrect type mapping for property createDate Use "date" type for this property. Medium Calevent.hbm.xml 28
Incorrect type mapping for property modifiedDate Use "date" type for this property. Medium Calevent.hbm.xml 31
Incorrect type mapping for property title Use "string" type for this property. Medium Calevent.hbm.xml 34
Incorrect type mapping for property description Use "string" type for this property. Medium Calevent.hbm.xml 37
Incorrect type mapping for property startDate Use "date" type for this property. Medium Calevent.hbm.xml 40
Incorrect type mapping for property endDate Use "date" type for this property. Medium Calevent.hbm.xml 43
Incorrect type mapping for property durationHour Use "integer" type for this property. Medium Calevent.hbm.xml 46
Incorrect type mapping for property durationMinute Use "integer" type for this property. Medium Calevent.hbm.xml 49
Incorrect type mapping for property allDay Use "short" type for this property. Medium Calevent.hbm.xml 52
Incorrect type mapping for property timeZoneSensitive Use "short" type for this property. Medium Calevent.hbm.xml 55
Incorrect type mapping for property type Use "string" type for this property. Medium Calevent.hbm.xml 58
Incorrect type mapping for property repeating Use "short" type for this property. Medium Calevent.hbm.xml 61
Incorrect type mapping for property recurrence Use "string" type for this property. Medium Calevent.hbm.xml 64
Incorrect type mapping for property remindBy Use "integer" type for this property. Medium Calevent.hbm.xml 67
Incorrect type mapping for property firstReminder Use "integer" type for this property. Medium Calevent.hbm.xml 70
Incorrect type mapping for property secondReminder Use "integer" type for this property. Medium Calevent.hbm.xml 73
 
Violation Recommendation Severity Resource Line
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 14
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 20
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 31
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 37
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 51
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 58
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 64
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 70
Missing version attribute in message document Add a version attribute to the message document. Medium MLoginGpsAction-validation.xml 13
Missing version attribute in message document Add a version attribute to the message document. Medium MLoginGpsAction-validation.xml 27
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction-validation.xml 13
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction-validation.xml 20
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction-validation.xml 37
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction-validation.xml 53
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction-validation.xml 66
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 13
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 20
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 36
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 43
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 51
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 61
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 69
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 78
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 85
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 13
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 19
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 27
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 33
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 40
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 47
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 14
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 20
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 31
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 37
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 51
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 58
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 64
Missing version attribute in message document Add a version attribute to the message document. Medium DeviceCRUDAction-validation.xml 70
Missing version attribute in message document Add a version attribute to the message document. Medium MLoginGpsAction-validation.xml 13
Missing version attribute in message document Add a version attribute to the message document. Medium MLoginGpsAction-validation.xml 27
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction-validation.xml 13
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction-validation.xml 20
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction-validation.xml 37
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction-validation.xml 53
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction-validation.xml 66
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 13
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 20
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 36
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 43
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 51
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 61
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 69
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 78
Missing version attribute in message document Add a version attribute to the message document. Medium TripCrudAction1-validation.xml 85
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 13
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 19
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 27
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 33
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 40
Missing version attribute in message document Add a version attribute to the message document. Medium VehicleCRUDAction-validation.xml 47
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 84
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 87
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 90
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 93
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 96
Missing version attribute in message document Add a version attribute to the message document. Medium PolygonRegion.wsdl 99
 
Violation Recommendation Severity Resource Line
Multiple returns from method toSettings Rewrite the method so that there is a single return statement at the end. Medium AlertSettingsAction.java 46
Multiple returns from method sendSettingRequest Rewrite the method so that there is a single return statement at the end. Medium AlertSettingsAction.java 118
Multiple returns from method autoComplete Rewrite the method so that there is a single return statement at the end. Medium AutoCompleteAction.java 36
Multiple returns from method autoCompleteStud Rewrite the method so that there is a single return statement at the end. Medium AutoCompleteAction.java 79
Multiple returns from method autoCompleteGrade Rewrite the method so that there is a single return statement at the end. Medium AutoCompleteAction.java 99
Multiple returns from method forwardDevice Rewrite the method so that there is a single return statement at the end. Medium DeviceCRUDAction.java 110
Multiple returns from method getDevice1 Rewrite the method so that there is a single return statement at the end. Medium DeviceCRUDAction.java 200
Multiple returns from method addDevice Rewrite the method so that there is a single return statement at the end. Medium DeviceCRUDAction.java 227
Multiple returns from method toVehicleGeofence Rewrite the method so that there is a single return statement at the end. Medium GeofenceAction.java 94
Multiple returns from method addHoliday Rewrite the method so that there is a single return statement at the end. Medium HolidayAction.java 61
Multiple returns from method manageHoliday Rewrite the method so that there is a single return statement at the end. Medium HolidayAction.java 158
Multiple returns from method selectOrganization Rewrite the method so that there is a single return statement at the end. Medium HolidayAction.java 214
Multiple returns from method execute Rewrite the method so that there is a single return statement at the end. Medium LogingpsAction.java 105
Multiple returns from method getTrips Rewrite the method so that there is a single return statement at the end. Medium MessageHandler.java 105
Multiple returns from method getAnnouncement Rewrite the method so that there is a single return statement at the end. Medium MessageHandler.java 139
Multiple returns from method toRFIDHome Rewrite the method so that there is a single return statement at the end. Medium RFIDAction.java 51
Multiple returns from method manageRfid Rewrite the method so that there is a single return statement at the end. Medium RFIDAction.java 69
Multiple returns from method UpdateHistory Rewrite the method so that there is a single return statement at the end. Medium TemplateManager.java 266
Multiple returns from method isMobile Rewrite the method so that there is a single return statement at the end. Medium GpsSecurity.java 153
Multiple returns from method SaveTemplate Rewrite the method so that there is a single return statement at the end. Medium MessagesDAO.java 57
Multiple returns from method encryptSha Rewrite the method so that there is a single return statement at the end. Medium MLoginGpsDAO.java 46
Multiple returns from method validateUser Rewrite the method so that there is a single return statement at the end. Medium MLoginGpsDAO.java 72
Multiple returns from method searchVehicle Rewrite the method so that there is a single return statement at the end. Medium SettingsDAO.java 68
Multiple returns from method save Rewrite the method so that there is a single return statement at the end. Medium UserNotificationDAO.java 40
Multiple returns from method equals Rewrite the method so that there is a single return statement at the end. Medium AccountsId.java 46
Multiple returns from method equals Rewrite the method so that there is a single return statement at the end. Medium AutoPkSupportId.java 46
 
Violation Recommendation Severity Resource Line
Method is too complex (cyclomatic complexity = 14) Reduce the complexity of the method by extracting some of the code into a separate method. Medium AlertSettingsAction.java 118
Method is too complex (cyclomatic complexity = 14) Reduce the complexity of the method by extracting some of the code into a separate method. Medium DailyTripRepDAO.java 37
Method is too complex (cyclomatic complexity = 11) Reduce the complexity of the method by extracting some of the code into a separate method. Medium FenceUsersDAO.java 138
Method is too complex (cyclomatic complexity = 16) Reduce the complexity of the method by extracting some of the code into a separate method. Medium ReportProcessDAO.java 44
 
Violation Recommendation Severity Resource Line
The while-loop could be converted to a for-loop Change the while-loop to a for-loop, declaring itr in an initializer of the for statement. Medium RFIDAction.java 238
The while-loop could be converted to a for-loop Change the while-loop to a for-loop, declaring paramIter in an initializer of the for statement. Medium DailyTripRepDAO.java 98
 
Violation Recommendation Severity Resource Line
Invalid method name: "isMobile" should not be prefixed with 'is' Rename the method so that it does not have a boolean method prefix. Medium GpsSecurity.java 153
Invalid boolean method name: "saveSettings" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium SettingsDAO.java 18
 
Violation Recommendation Severity Resource Line
Unhandled paring error Catch the exception. Medium UserNotificationDAO.java 45
Unhandled paring error Catch the exception. Medium SpeedParamDTO.java 73
Unhandled paring error Catch the exception. Medium TripDistanceDTO.java 189
 
Violation Recommendation Severity Resource Line
Incompatible types stored in a collection Decide which type is really stored in the collection and put and retrieve objects of the same type. Medium RFIDAction.java 191
 
Violation Recommendation Severity Resource Line
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium HolidayAction.java 256
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium MessageHandler.java 258
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium MessageHandler.java 457
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TemplateManager.java 50
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium DeviceProcessDAO.java 57
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium HolidayProcessDAO.java 42
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium HolidayProcessDAO.java 74
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium HolidayProcessDAO.java 105
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium HolidayProcessDAO.java 137
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UserNotificationDAO.java 40
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium VehicleProcessDAO.java 114
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium VehicleProcessDAO.java 137
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium VehicleProcessDAO.java 189
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium GenerateMapTester.java 35
 
Violation Recommendation Severity Resource Line
Invalid superclass for exception class Declare the exception class to be a subclass of Exception (but not of either RuntimeException or RemoteException). Medium LoginIDDoesNotMatchException.java 3
Invalid superclass for exception class Declare the exception class to be a subclass of Exception (but not of either RuntimeException or RemoteException). Medium PassworDoesNotMatchException.java 3
 
Violation Recommendation Severity Resource Line
Duplicate import: import com.liferay.portal.model.Role; Delete the duplicate import. Medium CookieLoginAction.java 37
Duplicate import: import com.liferay.portal.model.Role; Delete the duplicate import. Medium MLoginGpsAction.java 35
Duplicate import: import org.apache.log4j.Logger; Delete the duplicate import. Medium UserNotificationAction.java 34
Duplicate import: import org.hibernate.Query; Delete the duplicate import. Medium LoginGpsDAO.java 17
Duplicate import: import org.hibernate.Session; Delete the duplicate import. Medium LoginGpsDAO.java 18
Duplicate import: import org.hibernate.Query; Delete the duplicate import. Medium MessagesDAO.java 18
Duplicate import: import org.hibernate.Session; Delete the duplicate import. Medium MessagesDAO.java 19
Duplicate import: import org.hibernate.Query; Delete the duplicate import. Medium MLoginGpsDAO.java 18
Duplicate import: import org.hibernate.Session; Delete the duplicate import. Medium MLoginGpsDAO.java 19
Duplicate import: import org.hibernate.Query; Delete the duplicate import. Medium ReportRefDAO.java 17
Duplicate import: import org.hibernate.Session; Delete the duplicate import. Medium ReportRefDAO.java 18
 
Violation Recommendation Severity Resource Line
Demand import of "org.junit.Assert" Explicitly list each type that is being imported. Medium TestDailyTripRepDAO.java 9
Demand import of "org.junit.Assert" Explicitly list each type that is being imported. Medium TestDailyTripReport.java 9
Demand import of "org.junit.Assert" Explicitly list each type that is being imported. Medium TestFuelReport.java 9
Demand import of "org.junit.Assert" Explicitly list each type that is being imported. Medium TestTripProcessDAO.java 9
 
Violation Recommendation Severity Resource Line
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium BaseAction.java 13
Invalid numeric literal: 10118 Consider defining a constant name to represent the value. Medium HolidayAction.java 88
Invalid numeric literal: 10118 Consider defining a constant name to represent the value. Medium HolidayAction.java 127
Invalid numeric literal: 10118 Consider defining a constant name to represent the value. Medium HolidayAction.java 176
Invalid numeric literal: 10118 Consider defining a constant name to represent the value. Medium MessageHandler.java 154
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium MLoginGpsAction.java 145
Invalid numeric literal: 60 Consider defining a constant name to represent the value. Medium MLoginGpsAction.java 145
Invalid numeric literal: 24 Consider defining a constant name to represent the value. Medium MLoginGpsAction.java 145
Invalid numeric literal: 100 Consider defining a constant name to represent the value. Medium MLoginGpsAction.java 145
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium RFIDAction.java 76
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium RFIDAction.java 77
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium RFIDAction.java 183
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium RFIDAction.java 226
Invalid numeric literal: 30 Consider defining a constant name to represent the value. Medium RFIDAction.java 227
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium DailyTripRepDAO.java 100
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium DailyTripRepDAO.java 100
Invalid numeric literal: 0.036 Consider defining a constant name to represent the value. Medium DailyTripRepDAO.java 100
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium DailyTripRepDAO.java 100
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium DailyTripRepDAO.java 101
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium DailyTripRepDAO.java 101
Invalid numeric literal: 0.036 Consider defining a constant name to represent the value. Medium DailyTripRepDAO.java 101
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium DailyTripRepDAO.java 101
Invalid numeric literal: 20 Consider defining a constant name to represent the value. Medium ReportProcessDAO.java 122
Invalid numeric literal: 732 Consider defining a constant name to represent the value. Medium RfHistoryDAO.java 151
Invalid numeric literal: 183 Consider defining a constant name to represent the value. Medium SettingsDAO.java 89
Invalid numeric literal: 20901L Consider defining a constant name to represent the value. Medium SettingsDAO.java 89
Invalid numeric literal: 60.00 Consider defining a constant name to represent the value. Medium SettingsDAO.java 89
Invalid numeric literal: 23201L Consider defining a constant name to represent the value. Medium SettingsDAO.java 89
Invalid numeric literal: 12345 Consider defining a constant name to represent the value. Medium UserProcessDAO.java 147
Invalid numeric literal: 500 Consider defining a constant name to represent the value. Medium VehicleProcessDAO.java 199
Invalid numeric literal: 0.036 Consider defining a constant name to represent the value. Medium SpeedParamDTO.java 70
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium SpeedParamDTO.java 71
Invalid numeric literal: 0.036 Consider defining a constant name to represent the value. Medium TripDistanceDTO.java 186
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium TripDistanceDTO.java 187
Invalid numeric literal: 17 Consider defining a constant name to represent the value. Medium AccountsId.java 66
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium AccountsId.java 68
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium AccountsId.java 70
Invalid numeric literal: 17 Consider defining a constant name to represent the value. Medium AutoPkSupportId.java 66
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium AutoPkSupportId.java 68
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium AutoPkSupportId.java 70
Invalid numeric literal: 2817 Consider defining a constant name to represent the value. Medium TestDailyTripRepDAO.java 20
Invalid numeric literal: 864 Consider defining a constant name to represent the value. Medium TestDailyTripRepDAO.java 25
Invalid numeric literal: 2817 Consider defining a constant name to represent the value. Medium TestDailyTripRepDAO.java 25
Invalid numeric literal: 2817 Consider defining a constant name to represent the value. Medium TestDailyTripReport.java 20
Invalid numeric literal: 2817 Consider defining a constant name to represent the value. Medium TestDailyTripReport.java 26
Invalid numeric literal: 37101 Consider defining a constant name to represent the value. Medium TestFuelReport.java 23
Invalid numeric literal: 453 Consider defining a constant name to represent the value. Medium TestFuelReport.java 24
Invalid numeric literal: 1741 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 28
Invalid numeric literal: 1741 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 28
Invalid numeric literal: 2852 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 33
Invalid numeric literal: 1741 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 33
Invalid numeric literal: 1741 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 33
Invalid numeric literal: 2353 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 38
Invalid numeric literal: 2047 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 38
Invalid numeric literal: 2047 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 38
Invalid numeric literal: 2047 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 43
Invalid numeric literal: 2353 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 49
Invalid numeric literal: 2047 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 49
Invalid numeric literal: 2852 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 54
Invalid numeric literal: 1741 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 54
Invalid numeric literal: 2047 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 59
Invalid numeric literal: 4037 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 59
Invalid numeric literal: 97.38 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 64
Invalid numeric literal: 2047 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 64
Invalid numeric literal: 4037 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 64
Invalid numeric literal: 85.17599999999999 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 71
Invalid numeric literal: 1741 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 71
Invalid numeric literal: 3434 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 71
Invalid numeric literal: 872 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 79
Invalid numeric literal: 3580 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 87
Invalid numeric literal: 872 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 87
Invalid numeric literal: 872 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 94
Invalid numeric literal: 2894 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 100
Invalid numeric literal: 872 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 100
Invalid numeric literal: 872 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 106
Invalid numeric literal: 872 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 112
Invalid numeric literal: 3434 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 139
Invalid numeric literal: 448 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 154
Invalid numeric literal: 3434 Consider defining a constant name to represent the value. Medium TestTripProcessDAO.java 154
Invalid numeric literal: , Consider defining a constant name to represent the value. Medium mapajax.jsp 5
Invalid numeric literal: , Consider defining a constant name to represent the value. Medium spotajax.jsp 8
Invalid numeric literal: , Consider defining a constant name to represent the value. Medium mapajax.jsp 5
Invalid numeric literal: , Consider defining a constant name to represent the value. Medium spotajax.jsp 8
Invalid numeric literal: = Consider defining a constant name to represent the value. Medium fenceNotification.jsp 113
Invalid numeric literal: i Consider defining a constant name to represent the value. Medium fenceNotification.jsp 132
Invalid numeric literal: t Consider defining a constant name to represent the value. Medium addVehicle.jsp 23
 
Violation Recommendation Severity Resource Line
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TemplateManager.java 250
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TemplateManager.java 266
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FenceUsersDAO.java 14
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FenceUsersDAO.java 36
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium HolidayProcessDAO.java 74
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MessagesDAO.java 34
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MessagesDAO.java 57
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UserProcessDAO.java 27
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UserProcessDAO.java 83
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UserTripDAO.java 59
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UserTripDAO.java 90
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium VehicleProcessDAO.java 100
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 21
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 21
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 21
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 21
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 33
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 33
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 33
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 44
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 44
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 54
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 54
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 64
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 64
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 64
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 127
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 139
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 151
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium DistParamsDTO.java 176
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelFilter.java 16
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelFilter.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelFilter.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelFilter.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelFilter.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelFilter.java 31
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelFilter.java 40
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium FuelFilter.java 46
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium SpeedParamDTO.java 14
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium SpeedParamDTO.java 21
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium SpeedParamDTO.java 21
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium SpeedParamDTO.java 21
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium SpeedParamDTO.java 68
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium SpeedParamDTO.java 87
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium SpeedParamDTO.java 101
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 27
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 27
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 27
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 27
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 39
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 39
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 39
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 61
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 61
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 128
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 142
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 170
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripDistanceDTO.java 184
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripParamDTO.java 12
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripParamDTO.java 13
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripParamDTO.java 54
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TripParamDTO.java 66
 
Violation Recommendation Severity Resource Line
Invalid string literal: "To Settings Home" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 42
Invalid string literal: "To Alert Settings" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 52
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 54
Invalid string literal: "User" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 57
Invalid string literal: "Vehicle size " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 65
Invalid string literal: "ERROR MESSAGE " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 69
Invalid string literal: "No active devices available for the organization." Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 70
Invalid string literal: "ERROR MESSAGE " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 75
Invalid string literal: "No active devices available for the organization." Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 76
Invalid string literal: "In vehicle speed info" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 95
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 99
Invalid string literal: "In vehicle speed info" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 102
Invalid string literal: "orgId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 102
Invalid string literal: "Data is speed:" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 109
Invalid string literal: ", status:" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 109
Invalid string literal: "In sendSettingRequest" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 119
Invalid string literal: "To Alert Settings" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 134
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 140
Invalid string literal: "User" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 144
Invalid string literal: "VehicleId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 149
Invalid string literal: "Speed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 150
Invalid string literal: "Data updated succesfully" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 164
Invalid string literal: "Error updating data" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 166
Invalid string literal: "Device Speed Update Request." Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 183
Invalid string literal: "Organization : " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 184
Invalid string literal: "Mobile Number :" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 184
Invalid string literal: "Speed Limit : " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 184
Invalid string literal: "km/hr." Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 184
Invalid string literal: "Please take necessary actions ASAP ." Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 185
Invalid string literal: "Device Speed Update Request." Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 189
Invalid string literal: "Organization : " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 190
Invalid string literal: "Mobile Number : " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 190
Invalid string literal: "New Speed Limit : " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 190
Invalid string literal: "km/hr." Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 190
Invalid string literal: "Please make necessary updates ASAP ." Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 191
Invalid string literal: "iTac Device Speed Update Request " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 194
Invalid string literal: "Org Name " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 195
Invalid string literal: ",IMEI " Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 195
Invalid string literal: "Your request will be processed shortly." Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 209
Invalid string literal: "Error processing request.Try again after sometimes" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 211
Invalid string literal: "Error processing request.Try again after sometimes" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 215
Invalid string literal: "Error updating data" Consider defining a constant to represent the string or move it to a resource bundle. Medium AlertSettingsAction.java 216
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 45
Invalid string literal: "name term " Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 49
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 49
Invalid string literal: "tripName" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 54
Invalid string literal: "*********" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 55
Invalid string literal: "org" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 55
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 87
Invalid string literal: "tripName" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 88
Invalid string literal: "studName" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 89
Invalid string literal: "grade" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 90
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 105
Invalid string literal: "grade" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoCompleteAction.java 106
Invalid string literal: "xhtml" Consider defining a constant to represent the string or move it to a resource bundle. Medium BaseAction.java 11
Invalid string literal: "Getting value" Consider defining a constant to represent the string or move it to a resource bundle. Medium CookieLoginAction.java 87
Invalid string literal: "entering DeviceCRUDAction" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 112
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 116
Invalid string literal: "devicebody" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 125
Invalid string literal: "vehicle" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 131
Invalid string literal: "toadd" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 132
Invalid string literal: "device" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 140
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 144
Invalid string literal: "toadd" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 145
Invalid string literal: "toadd" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 146
Invalid string literal: "tosearch" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 148
Invalid string literal: "tosearch" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 176
Invalid string literal: "tosearch" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 181
Invalid string literal: "error" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 185
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 195
Invalid string literal: "device" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 211
Invalid string literal: "update" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 216
Invalid string literal: "update" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 220
Invalid string literal: "Device added successfully" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 254
Invalid string literal: "device" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 256
Invalid string literal: "add" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 257
Invalid string literal: "add" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 263
Invalid string literal: "add" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 270
Invalid string literal: "add" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 277
Invalid string literal: "add" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceCRUDAction.java 285
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 62
Invalid string literal: "fenceid" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 63
Invalid string literal: "fenceid" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 70
Invalid string literal: "mappedList" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 74
Invalid string literal: "fenceid" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 97
Invalid string literal: "vehicleCheck" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 98
Invalid string literal: "vehicleCheck" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 100
Invalid string literal: "mappedList" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 129
Invalid string literal: "vehicleCheck" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 130
Invalid string literal: "vehicleCheck" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 137
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 181
Invalid string literal: "_trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 185
Invalid string literal: "_trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 191
Invalid string literal: "tripId is " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 192
Invalid string literal: "fenceList : " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 198
Invalid string literal: "fenceList" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceVehicleMapAction.java 199
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceAction.java 100
Invalid string literal: "To geofence Home" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceAction.java 101
Invalid string literal: "To add geofence" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceAction.java 115
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceAction.java 127
Invalid string literal: "_trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceAction.java 131
Invalid string literal: "_trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceAction.java 137
Invalid string literal: "tripId is " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofenceAction.java 138
Invalid string literal: "vehicleGroupList" Consider defining a constant to represent the string or move it to a resource bundle. Medium HeaderForwardAction.java 49
Invalid string literal: "adminhome" Consider defining a constant to represent the string or move it to a resource bundle. Medium HeaderForwardAction.java 55
Invalid string literal: "geo" Consider defining a constant to represent the string or move it to a resource bundle. Medium HeaderForwardAction.java 77
Invalid string literal: "Saturday" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 39
Invalid string literal: "Sunday" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 39
Invalid string literal: "Monday" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 39
Invalid string literal: "Tuesday" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 39
Invalid string literal: "Wednesday" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 39
Invalid string literal: "Thursday" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 39
Invalid string literal: "Friday" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 39
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 72
Invalid string literal: "@@User:" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 87
Invalid string literal: "orgid " Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 87
Invalid string literal: "Holiday Added successfully" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 137
Invalid string literal: "success" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 138
Invalid string literal: "Couldnot Add Holiday" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 141
Invalid string literal: "error" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 142
Invalid string literal: "error" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 150
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 165
Invalid string literal: "@@User:" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 167
Invalid string literal: "orgid " Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 167
Invalid string literal: "add" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 201
Invalid string literal: "error" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 205
Invalid string literal: "hdate" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 236
Invalid string literal: "hday" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 237
Invalid string literal: "json value" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 239
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayAction.java 260
Invalid string literal: "False" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 107
Invalid string literal: "False" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 107
Invalid string literal: "False" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 107
Invalid string literal: "False" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 107
Invalid string literal: "Role is administartor Load required values" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 141
Invalid string literal: "vehicleGroupList" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 150
Invalid string literal: "fuel" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 160
Invalid string literal: "fuel" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 161
Invalid string literal: "rfid" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 162
Invalid string literal: "rfid" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 163
Invalid string literal: "fence-report" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 164
Invalid string literal: "fence-report" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 165
Invalid string literal: "vehicle-fence" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 166
Invalid string literal: "vehicle-fence" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 167
Invalid string literal: "Fuel Value : " Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 168
Invalid string literal: " RFID value : " Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 168
Invalid string literal: " Fence Report : " Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 168
Invalid string literal: " Vehicle fence : " Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 168
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 171
Invalid string literal: "organization" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 172
Invalid string literal: "fuel" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 174
Invalid string literal: "rfid" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 175
Invalid string literal: "fence-report" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 176
Invalid string literal: "vehicle-fence" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 177
Invalid string literal: "success" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 182
Invalid string literal: "error" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogingpsAction.java 191
Invalid string literal: "user Logged Out" Consider defining a constant to represent the string or move it to a resource bundle. Medium LogoutAction.java 43
Invalid string literal: "in getTrips function" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 108
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 111
Invalid string literal: "user:" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 112
Invalid string literal: ", OrgId :" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 112
Invalid string literal: "org" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 113
Invalid string literal: "templatesList" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 128
Invalid string literal: "tripsList" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 129
Invalid string literal: "load" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 131
Invalid string literal: "load" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 135
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 150
Invalid string literal: "@@User:" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 153
Invalid string literal: "orgid " Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 153
Invalid string literal: "in getFences function" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 179
Invalid string literal: "tripid:" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 183
Invalid string literal: "tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 183
Invalid string literal: "tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 186
Invalid string literal: "\"title\":" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 192
Invalid string literal: "\"key\":" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 192
Invalid string literal: "result:" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 199
Invalid string literal: "in getNos function" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 212
Invalid string literal: "fences" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 213
Invalid string literal: "selected=" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 214
Invalid string literal: "tripsession" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 215
Invalid string literal: "mobile nos list received:" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 220
Invalid string literal: "in SendMessage function" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 234
Invalid string literal: "Nos" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 237
Invalid string literal: "Msg" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 237
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 241
Invalid string literal: "Msg" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessageHandler.java 246
Invalid string literal: "Getting value" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsAction.java 87
Invalid string literal: " requset " Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsAction.java 146
Invalid string literal: " response " Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsAction.java 146
Invalid string literal: " name " Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsAction.java 146
Invalid string literal: "USERNAME" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsAction.java 147
Invalid string literal: "PASSWORD" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsAction.java 151
Invalid string literal: "cooookieeeeeeeeeeeeeeeessssssssssss" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsAction.java 164
Invalid string literal: "cooookieeeeeeeeeeeeeeeessssssssssss" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsAction.java 167
Invalid string literal: "In rfid home" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 55
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 57
Invalid string literal: ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 75
Invalid string literal: "chartno" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 79
Invalid string literal: "dashboard" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 80
Invalid string literal: "dashboard" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 84
Invalid string literal: "******************8" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 97
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 99
Invalid string literal: "user is " Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 101
Invalid string literal: "Portrait" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 102
Invalid string literal: "/session.properties" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 109
Invalid string literal: "text/html" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 127
Invalid string literal: "In getRFIDDEtailedView" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 147
Invalid string literal: "trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 148
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 150
Invalid string literal: "/session.properties" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 160
Invalid string literal: "text/html" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 172
Invalid string literal: "yyyy-MM-dd HH:mm:ss" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 190
Invalid string literal: "session" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 193
Invalid string literal: "morning" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 215
Invalid string literal: "HH:mm" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 225
Invalid string literal: "/session.properties" Consider defining a constant to represent the string or move it to a resource bundle. Medium RFIDAction.java 233
Invalid string literal: "inside fence history" Consider defining a constant to represent the string or move it to a resource bundle. Medium TemplateManager.java 252
Invalid string literal: "In UpdateHistory function with message:" Consider defining a constant to represent the string or move it to a resource bundle. Medium TemplateManager.java 268
Invalid string literal: "FenceBO [key=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceBO.java 9
Invalid string literal: ", title=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceBO.java 9
Invalid string literal: "cellphone" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 36
Invalid string literal: "iemobile" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 37
Invalid string literal: "midp" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 38
Invalid string literal: "mini" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 39
Invalid string literal: "mmp" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 40
Invalid string literal: "mobile" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 41
Invalid string literal: "nokia" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 42
Invalid string literal: "pda" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 43
Invalid string literal: "phone" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 44
Invalid string literal: "pocket" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 45
Invalid string literal: "ppc" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 46
Invalid string literal: "psp" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 47
Invalid string literal: "android" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 48
Invalid string literal: "symbian" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 49
Invalid string literal: "up.browser" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 50
Invalid string literal: "up.link" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 51
Invalid string literal: "wap" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 52
Invalid string literal: "windows ce" Consider defining a constant to represent the string or move it to a resource bundle. Medium GpsSecurity.java 53
Invalid string literal: "yyyy-MM-dd HH:mm:ss" Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 46
Invalid string literal: "select tp.creation_time,tp.lattitude,tp.longitude,tp.speed,tp.distance from trip_parameters tp where " Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 74
Invalid string literal: " and tp.tripid=:tripId and time(tp.creation_time) between time(:start) and time(:end) and date(tp.creation_time)=date(:start) order by creation_time " Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 78
Invalid string literal: "paramStart" Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 82
Invalid string literal: "paramEnd" Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 84
Invalid string literal: "select tp.creation_time,tp.lattitude,tp.longitude,tp.speed,tp.distance from trip_parameters tp where tp.tripid=:tripId and tp.creation_time between :start and :end order by creation_time" Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 87
Invalid string literal: "select tp.creation_time,tp.lattitude,tp.longitude,tp.speed,tp.distance from trip_parameters tp where tp.tripid=:tripId and tp.creation_time between :start and :end order by creation_time" Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 88
Invalid string literal: "tripId" Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 90
Invalid string literal: "start" Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 91
Invalid string literal: "end" Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 92
Invalid string literal: "paramlist size:" Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 96
Invalid string literal: "Data size " Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 107
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium DailyTripRepDAO.java 109
Invalid string literal: "entering violation excp" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 78
Invalid string literal: "Duplicate Device Name" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 80
Invalid string literal: "Violated constarint is " Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 81
Invalid string literal: "key 3" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 82
Invalid string literal: "Duplicate mobile number!!" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 83
Invalid string literal: "key 4" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 84
Invalid string literal: "Device name exists ,Please choose another name!!" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 85
Invalid string literal: "A device with this imeinumber exists ,Please choose another one!!" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 87
Invalid string literal: "getting device details" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 110
Invalid string literal: "Organization n" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 113
Invalid string literal: "type not null" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 119
Invalid string literal: "From Device as device where device.enableStatus='Enabled' and device.inuseStatus='Not In Use' or device.deviceId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 122
Invalid string literal: "type is null" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 126
Invalid string literal: "From Device as device where device.enableStatus='Enabled' and device.inuseStatus='Not In Use'" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 129
Invalid string literal: "Size of list" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 131
Invalid string literal: "error" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 136
Invalid string literal: "getting device details" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 155
Invalid string literal: "Organization n" Consider defining a constant to represent the string or move it to a resource bundle. Medium DeviceProcessDAO.java 159
Invalid string literal: "select ug.user.userId from com.gps.hibernate.UsersGeofence ug where ug.geofence.id IN(Select distinct(f.geofence.id) from com.gps.hibernate.FenceHistory f where f.geofence.tripDetails.tripid =" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 22
Invalid string literal: " and f.geofence.landmark not like '%Starting%' and f.geofence.landmark not like '%School%' and f.geofence.id = ug.geofence.id and f.monSms>='" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 22
Invalid string literal: "' and f.monSms<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 22
Invalid string literal: "') group by ug.user.userId order by ug.user.userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 22
Invalid string literal: "UserFenceList Size is " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 26
Invalid string literal: "select ug.user.userId from com.gps.hibernate.UsersGeofence as ug,com.gps.hibernate.UserGrades as g where ug.geofence.tripDetails.tripid =" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 45
Invalid string literal: " and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' and ug.user.userId=g.user.userId and g.grade='" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 45
Invalid string literal: "' and (ug.intrSession like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 45
Invalid string literal: "' or ug.intrSession like 'BOTH') group by ug.user.userId order by ug.user.userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 45
Invalid string literal: "select new com.gps.vo.StudentInfo((select ug.geofence.tripDetails.tripName from com.gps.hibernate.UsersGeofence ug where ug.user.userId=u.user.userId and (ug.intrSession like 'AM' or ug.intrSession like 'BOTH') and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' group by ug.user.userId) as col_0_0_," Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 75
Invalid string literal: "(select ug.geofence.tripDetails.tripName from com.gps.hibernate.UsersGeofence ug where ug.user.userId=u.user.userId and (ug.intrSession like 'PM' or ug.intrSession like 'BOTH') and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' group by ug.user.userId) as col_1_0_," Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 76
Invalid string literal: "u.user.userId as col_2_0_," Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 77
Invalid string literal: "u.user.firstName as col_3_0_," Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 78
Invalid string literal: "u.mobile_no as col_4_0_," Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 79
Invalid string literal: "(select ug.geofence.landmark from com.gps.hibernate.UsersGeofence ug where ug.user.userId=u.user.userId and (ug.intrSession like 'AM' or ug.intrSession like 'BOTH') and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' group by ug.user.userId) as col_5_0_," Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 80
Invalid string literal: "(select ug.geofence.landmark from com.gps.hibernate.UsersGeofence ug where ug.user.userId=u.user.userId and (ug.intrSession like 'PM' or ug.intrSession like 'BOTH') and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' group by ug.user.userId) as col_6_0_)" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 81
Invalid string literal: " from" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 82
Invalid string literal: " UsersGeofence u where u.user.userId IN(" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 83
Invalid string literal: ") group by u.user.userId,col_5_0_,col_6_0_ order by u.user.userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 83
Invalid string literal: "User LIst size" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 86
Invalid string literal: "select u.user.userId from com.gps.hibernate.UsersGeofence u where u.geofence.id IN(" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 105
Invalid string literal: "trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 127
Invalid string literal: "select g.id from com.gps.hibernate.Geofence g where g.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 128
Invalid string literal: " and g.landmark not like '%Starting%' and g.landmark not like '%School%'" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 128
Invalid string literal: "select new com.gps.vo.StudentInfo((select ug.geofence.tripDetails.tripName from com.gps.hibernate.UsersGeofence ug where ug.user.userId=u.user.userId and (ug.intrSession like 'AM' or ug.intrSession like 'BOTH') and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' group by ug.user.userId) as col_0_0_," Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 160
Invalid string literal: "(select ug.geofence.tripDetails.tripName from com.gps.hibernate.UsersGeofence ug where ug.user.userId=u.user.userId and (ug.intrSession like 'PM' or ug.intrSession like 'BOTH') and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' group by ug.user.userId) as col_1_0_," Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 161
Invalid string literal: "(select ug.geofence.landmark from com.gps.hibernate.UsersGeofence ug where ug.user.userId=u.user.userId and (ug.intrSession like 'AM' or ug.intrSession like 'BOTH') and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' group by ug.user.userId) as col_2_0_," Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 162
Invalid string literal: "(select ug.geofence.landmark from com.gps.hibernate.UsersGeofence ug where ug.user.userId=u.user.userId and (ug.intrSession like 'PM' or ug.intrSession like 'BOTH') and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' group by ug.user.userId) as col_3_0_," Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 163
Invalid string literal: "u.user.userId as col_4_0_) " Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 164
Invalid string literal: "from UsersGeofence u where u.user.userId IN(" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 165
Invalid string literal: ") group by col_4_0_,col_2_0_,col_3_0_ order by col_4_0_" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 165
Invalid string literal: "Unsheduled" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 184
Invalid string literal: "Unsheduled" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 189
Invalid string literal: "******************8" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 194
Invalid string literal: "trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 212
Invalid string literal: "select distinct(ug.user.userId) from com.gps.hibernate.UsersTrips as ut , com.gps.hibernate.UserGrades as ug where ut.user.userId=ug.user.userId and ut.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 214
Invalid string literal: " and ug.grade like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 214
Invalid string literal: "' order by ug.user.userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 214
Invalid string literal: "select distinct(ug.user.userId) from com.gps.hibernate.UserGrades as ug where ug.grade like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 216
Invalid string literal: "' order by ug.user.userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium FenceUsersDAO.java 216
Invalid string literal: "dd/MM/yyyy HH:mm" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 41
Invalid string literal: "select new Geofence( gd.geofenceId, gd.geoName) " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 58
Invalid string literal: "from Geofence gd where gd.userDetails.userid=:userId group by gd.geofenceId,gd.geoName order by gd.geoName asc " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 59
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 59
Invalid string literal: "select new Geofence( gd.geofenceId, gd.geoName) " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 88
Invalid string literal: "from Geofence gd where gd.userDetails.userid=:userId group by gd.geofenceId,gd.geoName order by gd.geoName asc " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 89
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 89
Invalid string literal: "from Geofence gd where gd.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 116
Invalid string literal: " order by gd.geoName asc " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 116
Invalid string literal: "delete " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 144
Invalid string literal: "from Geofence gd where gd.geofenceId=:geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 145
Invalid string literal: "geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 145
Invalid string literal: "select new Geofence(gd.id, gd.geofenceId, gd.geoName," Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 177
Invalid string literal: "gd.address, gd.countryCode, gd.geoLatitude," Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 178
Invalid string literal: "gd.geoLongitude) " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 179
Invalid string literal: "from Geofence gd where gd.userDetails.userid=:userId and gd.geofenceId=:geofenceId " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 180
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 180
Invalid string literal: "geofenceId" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 180
Invalid string literal: "in geoListByTrips function:" Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 201
Invalid string literal: "select new Geofence( gd.id, gd.geoName, gd.landmark) " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 209
Invalid string literal: "from Geofence gd where gd.tripDetails = " Consider defining a constant to represent the string or move it to a resource bundle. Medium GeofencingDAO.java 210
Invalid string literal: "entering vehicle process add" Consider defining a constant to represent the string or move it to a resource bundle. Medium HolidayProcessDAO.java 45
Invalid string literal: "dfgdf*****" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginGpsDAO.java 40
Invalid string literal: "select user.emailAddress and user.Password from User user where user.emailAddress=" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginGpsDAO.java 47
Invalid string literal: "and user.password=" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginGpsDAO.java 47
Invalid string literal: "....max..." Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginGpsDAO.java 49
Invalid string literal: "in get templates fn with organization id:" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessagesDAO.java 36
Invalid string literal: "From MessageTemplates where organization=" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessagesDAO.java 43
Invalid string literal: "....no:of templates..." Consider defining a constant to represent the string or move it to a resource bundle. Medium MessagesDAO.java 45
Invalid string literal: "in save template fn with message:" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessagesDAO.java 58
Invalid string literal: ": and organization id :" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessagesDAO.java 58
Invalid string literal: "Message saved as template" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessagesDAO.java 80
Invalid string literal: "Template already exists!" Consider defining a constant to represent the string or move it to a resource bundle. Medium MessagesDAO.java 86
Invalid string literal: "SHA" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsDAO.java 48
Invalid string literal: "UTF-8" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsDAO.java 49
Invalid string literal: " from User as user where user.emailAddress='" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsDAO.java 86
Invalid string literal: "yes" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsDAO.java 88
Invalid string literal: "cookieeeeeeeeeeee" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsDAO.java 90
Invalid string literal: "OOOOOOOOOOOOOOOOO" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsDAO.java 102
Invalid string literal: "nullpointerxceptio" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsDAO.java 114
Invalid string literal: "Invalid Mail Id or password" Consider defining a constant to represent the string or move it to a resource bundle. Medium MLoginGpsDAO.java 115
Invalid string literal: "Select * from report_ref" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 38
Invalid string literal: "*******" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 46
Invalid string literal: "select * from (select * from trip_parameters tp where " Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 62
Invalid string literal: " and tp.tripid=:tripId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 67
Invalid string literal: " and tp.creation_time>=:time and tp.creation_time<=:endtime) t" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 69
Invalid string literal: " where t.event_code=:eventCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 71
Invalid string literal: "paramStart" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 80
Invalid string literal: "paramEnd" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 82
Invalid string literal: "tp.tripid=:tripId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 86
Invalid string literal: " and tp.creation_time>=:time and tp.creation_time<=:endtime) t" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 88
Invalid string literal: " where t.event_code=:eventCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 90
Invalid string literal: "eventCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 95
Invalid string literal: "tripId" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 96
Invalid string literal: "time" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 97
Invalid string literal: "endtime" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 98
Invalid string literal: "Exception:" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 107
Invalid string literal: "2011-06-22" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 113
Invalid string literal: "13:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 114
Invalid string literal: "2011-06-25" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 115
Invalid string literal: "13:05" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportProcessDAO.java 116
Invalid string literal: "from com.gps.hibernate.ReportSummary where vehicleid='" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 19
Invalid string literal: "' and date between '" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 19
Invalid string literal: "' and '" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 19
Invalid string literal: "Exception in FetchReportSummary..." Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 23
Invalid string literal: "from com.gps.hibernate.ReportSummary where vehicleid='" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 34
Invalid string literal: "' and date between '" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 34
Invalid string literal: "' and '" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 34
Invalid string literal: "' order by tripid,date" Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 34
Invalid string literal: "Exception in FetchReportSummary..." Consider defining a constant to represent the string or move it to a resource bundle. Medium ReportSummaryDAO.java 38
Invalid string literal: "trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 26
Invalid string literal: "select u.user.userId from UserRfid u where u.rfidNo IN(select r.userRfid from com.gps.hibernate.RfidHistory r where r.fence.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 27
Invalid string literal: " and r.insertionTime>='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 27
Invalid string literal: "' and r.insertionTime<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 27
Invalid string literal: "') group by u.user.userId order by u.user.userId " Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 27
Invalid string literal: "select new com.gps.dto.RFIDInfoHistoryDTO(u.user.userId,concat(u.user.firstName,concat(' ',u.user.lastName)),ug.mobile_no,h.insertionTime,ug.geofence.landmark,ug.geofence.tripDetails.tripName,h.session) from com.gps.hibernate.RfidHistory as h , com.gps.hibernate.UserRfid as u , com.gps.hibernate.UsersGeofence ug where ug.user.userId = u.user.userId and u.rfidNo=h.userRfid and u.user.firstName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 50
Invalid string literal: "' and u.user.lastName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 50
Invalid string literal: "' and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' and DATE(h.insertionTime) >='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 50
Invalid string literal: "' and DATE(h.insertionTime)<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 50
Invalid string literal: "' group by u.user.userId,h.insertionTime,h.session order by u.user.userId,h.insertionTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 50
Invalid string literal: "select new com.gps.dto.RFIDInfoHistoryDTO(u.user.userId,concat(u.user.firstName,concat(' ',u.user.lastName)),ug.mobile_no,h.insertionTime,ug.geofence.landmark,ug.geofence.tripDetails.tripName,h.session) from com.gps.hibernate.RfidHistory as h , com.gps.hibernate.UserRfid as u ,com.gps.hibernate.UserGrades userg,com.gps.hibernate.UsersGeofence ug where ug.user.userId = u.user.userId and ug.geofence.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 52
Invalid string literal: " and ug.user.userId = userg.user.userId and userg.grade like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 52
Invalid string literal: "' and u.rfidNo=h.userRfid and u.user.firstName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 52
Invalid string literal: "' and u.user.lastName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 52
Invalid string literal: "' and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' and DATE(h.insertionTime) >='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 52
Invalid string literal: "' and DATE(h.insertionTime)<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 52
Invalid string literal: "' group by u.user.userId,h.insertionTime,h.session order by u.user.userId,h.insertionTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 52
Invalid string literal: "select new com.gps.dto.RFIDInfoHistoryDTO(u.user.userId,concat(u.user.firstName,concat(' ',u.user.lastName)),ug.mobile_no,h.insertionTime,ug.geofence.landmark,ug.geofence.tripDetails.tripName,h.session) from com.gps.hibernate.RfidHistory as h , com.gps.hibernate.UserRfid as u ,com.gps.hibernate.UserGrades userg,com.gps.hibernate.UsersGeofence ug where ug.user.userId = u.user.userId and ug.user.userId = userg.user.userId and userg.grade like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 54
Invalid string literal: "' and u.rfidNo=h.userRfid and u.user.firstName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 54
Invalid string literal: "' and u.user.lastName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 54
Invalid string literal: "' and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' and DATE(h.insertionTime) >='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 54
Invalid string literal: "' and DATE(h.insertionTime)<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 54
Invalid string literal: "' group by u.user.userId,h.insertionTime,h.session order by u.user.userId,h.insertionTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 54
Invalid string literal: "select new com.gps.dto.RFIDInfoHistoryDTO(u.user.userId,concat(u.user.firstName,concat(' ',u.user.lastName)),ug.mobile_no,h.insertionTime,ug.geofence.landmark,ug.geofence.tripDetails.tripName,h.session) from com.gps.hibernate.RfidHistory as h , com.gps.hibernate.UserRfid as u ,com.gps.hibernate.UserGrades userg,com.gps.hibernate.UsersGeofence ug where ug.user.userId = u.user.userId and ug.geofence.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 56
Invalid string literal: " and u.rfidNo=h.userRfid and u.user.firstName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 56
Invalid string literal: "' and u.user.lastName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 56
Invalid string literal: "' and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' and DATE(h.insertionTime) >='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 56
Invalid string literal: "' and DATE(h.insertionTime)<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 56
Invalid string literal: "' group by u.user.userId,h.insertionTime,h.session order by u.user.userId,h.insertionTime" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 56
Invalid string literal: "trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 75
Invalid string literal: "select u.user.userId from UserRfid as u,com.gps.hibernate.UserGrades as ug,com.gps.hibernate.UsersGeofence as fence where u.rfidNo IN(select r.userRfid from com.gps.hibernate.RfidHistory as r where r.insertionTime>='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 78
Invalid string literal: "' and r.insertionTime<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 78
Invalid string literal: "' and r.session like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 78
Invalid string literal: "') and ug.user.userId=u.user.userId and u.user.userId=fence.user.userId and fence.geofence.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 78
Invalid string literal: " and ug.grade like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 78
Invalid string literal: "' group by u.user.userId order by u.user.userId " Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 78
Invalid string literal: "select new com.gps.dto.RFIDInfoHistoryDTO(u.user.userId,concat(u.user.firstName,concat(' ',u.user.lastName)),ug.mobile_no,h.insertionTime,ug.geofence.landmark,ug.geofence.tripDetails.tripName,h.session) from com.gps.hibernate.RfidHistory as h , com.gps.hibernate.UserRfid as u , com.gps.hibernate.UsersGeofence ug where (ug.geofence.id IN(" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 108
Invalid string literal: ") or u.user.userId IN(" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 108
Invalid string literal: ")) and ug.user.userId = u.user.userId and u.rfidNo=h.userRfid and DATE(h.insertionTime) >='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 108
Invalid string literal: "' and DATE(h.insertionTime)<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 108
Invalid string literal: "' group by u.user.userId,h.session order by u.user.userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 108
Invalid string literal: "User LIst size" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 111
Invalid string literal: "select new com.gps.dto.RFIDInfoHistoryDTO(u.user.userId,concat(u.user.firstName,concat(' ',u.user.lastName)),ug.mobile_no,h.insertionTime,ug.geofence.landmark,ug.geofence.tripDetails.tripName,h.session) from com.gps.hibernate.RfidHistory as h , com.gps.hibernate.UserRfid as u , com.gps.hibernate.UsersGeofence ug,com.gps.hibernate.UserGrades as g where ug.geofence.tripDetails.tripid=" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 132
Invalid string literal: " and u.rfidNo=h.userRfid and u.user.userId=ug.user.userId and g.user.userId= u.user.userId and DATE(h.insertionTime) >='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 132
Invalid string literal: "' and DATE(h.insertionTime)<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 132
Invalid string literal: "' and g.grade like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 132
Invalid string literal: "' group by u.user.userId,h.session order by u.user.userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 132
Invalid string literal: "User LIst size" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 135
Invalid string literal: "V1A" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 151
Invalid string literal: "2012-10-04 00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium RfHistoryDAO.java 151
Invalid string literal: "Multiple Roles" Consider defining a constant to represent the string or move it to a resource bundle. Medium RoleProcessDAO.java 28
Invalid string literal: "Single Role" Consider defining a constant to represent the string or move it to a resource bundle. Medium RoleProcessDAO.java 36
Invalid string literal: "power user" Consider defining a constant to represent the string or move it to a resource bundle. Medium RoleProcessDAO.java 52
Invalid string literal: "admin" Consider defining a constant to represent the string or move it to a resource bundle. Medium RoleProcessDAO.java 72
Invalid string literal: "In save method seaching for vehicleid" Consider defining a constant to represent the string or move it to a resource bundle. Medium SettingsDAO.java 30
Invalid string literal: "Setting Found for vehicleid " Consider defining a constant to represent the string or move it to a resource bundle. Medium SettingsDAO.java 35
Invalid string literal: "Saving details" Consider defining a constant to represent the string or move it to a resource bundle. Medium SettingsDAO.java 40
Invalid string literal: "Pending" Consider defining a constant to represent the string or move it to a resource bundle. Medium SettingsDAO.java 42
Invalid string literal: "Updating details" Consider defining a constant to represent the string or move it to a resource bundle. Medium SettingsDAO.java 46
Invalid string literal: "Pending" Consider defining a constant to represent the string or move it to a resource bundle. Medium SettingsDAO.java 47
Invalid string literal: "From com.gps.hibernate.SpeedSettings s where s.vehicleId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium SettingsDAO.java 72
Invalid string literal: " and s.organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium SettingsDAO.java 72
Invalid string literal: "entering usergeofence save method" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 44
Invalid string literal: "geofence obj:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 62
Invalid string literal: "user obj:" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 66
Invalid string literal: "saved successfully into usersgeofence table" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 83
Invalid string literal: "Mobile no already exists for this id" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 94
Invalid string literal: "Violated constarint is " Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 95
Invalid string literal: "key 2" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 96
Invalid string literal: "Throwing duplicate trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 98
Invalid string literal: "fetching tripid using geofence id" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 136
Invalid string literal: "trip id" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 140
Invalid string literal: "from UsersTrips td where td.tripDetails.tripid=:tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 141
Invalid string literal: "tripid" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 141
Invalid string literal: "user" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserNotificationDAO.java 143
Invalid string literal: "FROM Speedparameter as speedparam " Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 33
Invalid string literal: "Color List size" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 34
Invalid string literal: "select username from UserDetails as ud where ud.userid=:userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 62
Invalid string literal: "userid" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 62
Invalid string literal: "select name from Organization as org where org.organizationId=:orgid" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 91
Invalid string literal: "orgid" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 91
Invalid string literal: "Organization name" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 93
Invalid string literal: "select concat(u.firstName,concat(' ',u.lastName)) as username from user_ u join users_orgs uo join users_trips ut join trip_details t join user_grade ug where u.userId=uo.userId and uo.organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 109
Invalid string literal: " and ug.userId=u.userId and ug.grade like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 109
Invalid string literal: "' and t.trip_name like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 109
Invalid string literal: "' and t.tripid=ut.tripid and u.userId=ut.userId and u.firstName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 109
Invalid string literal: "%' order by u.userId " Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 109
Invalid string literal: "select concat(u.firstName,concat(' ',u.lastName)) as username from user_ u join users_orgs uo join users_trips ut join trip_details t where u.userId=uo.userId and uo.organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 111
Invalid string literal: " and t.trip_name like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 111
Invalid string literal: "' and t.tripid=ut.tripid and u.userId=ut.userId and u.firstName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 111
Invalid string literal: "%' order by u.userId " Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 111
Invalid string literal: "select concat(u.firstName,concat(' ',u.lastName)) as username from user_ u join users_orgs uo join user_grade ug where u.userId=uo.userId and uo.organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 113
Invalid string literal: " and ug.userId=u.userId and ug.grade like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 113
Invalid string literal: "' and u.firstName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 113
Invalid string literal: "%' order by u.userId " Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 113
Invalid string literal: "select concat(u.firstName,concat(' ',u.lastName)) as username from user_ u join users_orgs uo where u.userId=uo.userId and uo.organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 115
Invalid string literal: " and u.firstName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 115
Invalid string literal: "%' order by u.userId " Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 115
Invalid string literal: "select distinct(grade) from user_grade ug join users_orgs uo where ug.userId=uo.userId and uo.organizationId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 129
Invalid string literal: " and ug.grade like '%" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 129
Invalid string literal: "%' order by grade" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 129
Invalid string literal: "Organization name" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserProcessDAO.java 141
Invalid string literal: "fetching tripid using organization id" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserTripDAO.java 68
Invalid string literal: "from TripDetails td where td.organization.organizationId=:orgid and tripName not like 'default trip%'" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserTripDAO.java 69
Invalid string literal: "orgid" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserTripDAO.java 69
Invalid string literal: "trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium UserTripDAO.java 70
Invalid string literal: "from com.gps.hibernate.GeovehicleMap g where g.geofenceId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceDAO.java 39
Invalid string literal: "saved successfully into vehicle geofence table" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceDAO.java 78
Invalid string literal: "entering violation excp" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceDAO.java 84
Invalid string literal: "Violated constarint is " Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceDAO.java 86
Invalid string literal: "key 2" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceDAO.java 87
Invalid string literal: "this users already exists for this trip" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceDAO.java 89
Invalid string literal: "from com.gps.hibernate.GeovehicleMap g where g.geofenceId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceDAO.java 110
Invalid string literal: " and g.vehicleDetails.vehicleId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceDAO.java 110
Invalid string literal: "from com.gps.hibernate.Geofence g where g.tripDetails.tripName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceDAO.java 136
Invalid string literal: "from com.gps.hibernate.FenceReport f where f.geofence.id=" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceReportDAO.java 20
Invalid string literal: " and reportDate>='" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceReportDAO.java 20
Invalid string literal: "' and reportDate<='" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleFenceReportDAO.java 20
Invalid string literal: "select new VehicleDetails(vh.vehicleId,vh.carType,vh.vehicleName," Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 53
Invalid string literal: " vh.imeiNumber,vh.color,vh.regNo,vh.companyName ) from VehicleDetails as vh where vh.vehicleGroup.vehicleGroupid=:vehGroupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 54
Invalid string literal: "vehGroupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 54
Invalid string literal: "Session is null" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 81
Invalid string literal: "Session is not null" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 85
Invalid string literal: "select new VehicleGroup(vh.vehicleGroupid,vh.vehicleGroupName,vh.vehicleDesc,vh.vehiclePurpose) from VehicleGroup as vh" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 86
Invalid string literal: "Error " Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 90
Invalid string literal: "From UsersOrgs as org where org.id.userId=" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 104
Invalid string literal: "inside getVehiclesOfOrg method:" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 116
Invalid string literal: "From VehicleDetails as vd where vd.runningStatus='Running' and vd.device.deviceId!=null and vd.organization.organizationId in (" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 124
Invalid string literal: ") order by vd.organization.organizationId,vd.regNo asc" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 124
Invalid string literal: "vehicle" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 125
Invalid string literal: "Error when getting vehicle of Organaization" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 130
Invalid string literal: "entering vehicle process add" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 139
Invalid string literal: "entering violation excp" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 164
Invalid string literal: "Duplicate Vehicle Name" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 166
Invalid string literal: "Violated constarint is " Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 167
Invalid string literal: "key 3" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 168
Invalid string literal: "A vehicle with current name already exists for the organization!" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 169
Invalid string literal: "Vehicle Exists ,Please choose another one!" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 171
Invalid string literal: "Search Vehicle Start" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 197
Invalid string literal: "From VehicleDetails as vehicle where " Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 198
Invalid string literal: "regNo not null " Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 212
Invalid string literal: "vehicle.regNo like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 213
Invalid string literal: "%' and" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 213
Invalid string literal: "vehicle name not null" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 222
Invalid string literal: " vehicle.vehicleName like '" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 223
Invalid string literal: "%' and" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 223
Invalid string literal: " vehicle.runningStatus='" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 230
Invalid string literal: "' and" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 230
Invalid string literal: "runing status not null" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 231
Invalid string literal: " vehicle.useStatus='" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 238
Invalid string literal: "' and" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 238
Invalid string literal: "in use status not null" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 239
Invalid string literal: "User is organization head" Consider defining a constant to represent the string or move it to a resource bundle. Medium VehicleProcessDAO.java 246
Invalid string literal: "Login ID does not match,Please re-enter your Employee ID" Consider defining a constant to represent the string or move it to a resource bundle. Medium LoginIDDoesNotMatchException.java 7
Invalid string literal: "Password does not match,Please re-enter your Password" Consider defining a constant to represent the string or move it to a resource bundle. Medium PassworDoesNotMatchException.java 7
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 26
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 27
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 28
Invalid string literal: "parentAccountId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 29
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 30
Invalid string literal: "legalName" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 31
Invalid string literal: "legalId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 32
Invalid string literal: "legalType" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 33
Invalid string literal: "sicCode" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 34
Invalid string literal: "tickerSymbol" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 35
Invalid string literal: "industry" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 36
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 37
Invalid string literal: "size" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 38
Invalid string literal: "saving Account instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 41
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 44
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 46
Invalid string literal: "deleting Account instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 52
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 55
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 57
Invalid string literal: "getting Account instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 63
Invalid string literal: "com.gps.hibernate.Account" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 66
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 69
Invalid string literal: "finding Account instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 75
Invalid string literal: "com.gps.hibernate.Account" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 78
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 80
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 84
Invalid string literal: "finding Account instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 90
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 91
Invalid string literal: "from Account as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 93
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 94
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 99
Invalid string literal: "finding all Account instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 157
Invalid string literal: "from Account" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 159
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 163
Invalid string literal: "merging Account instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 169
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 172
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 175
Invalid string literal: "attaching dirty Account instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 181
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 184
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 186
Invalid string literal: "attaching clean Account instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 192
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 195
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountDAO.java 197
Invalid string literal: "saving Accounts instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 28
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 31
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 33
Invalid string literal: "deleting Accounts instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 39
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 42
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 44
Invalid string literal: "getting Accounts instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 50
Invalid string literal: "com.gps.hibernate.Accounts" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 53
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 56
Invalid string literal: "finding Accounts instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 62
Invalid string literal: "com.gps.hibernate.Accounts" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 65
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 67
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 71
Invalid string literal: "finding Accounts instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 77
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 78
Invalid string literal: "from Accounts as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 80
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 81
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 86
Invalid string literal: "finding all Accounts instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 92
Invalid string literal: "from Accounts" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 94
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 98
Invalid string literal: "merging Accounts instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 104
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 107
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 110
Invalid string literal: "attaching dirty Accounts instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 116
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 119
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 121
Invalid string literal: "attaching clean Accounts instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 127
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 130
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AccountsDAO.java 132
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 26
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 27
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 28
Invalid string literal: "classNameId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 29
Invalid string literal: "classPk" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 30
Invalid string literal: "street1" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 31
Invalid string literal: "street2" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 32
Invalid string literal: "street3" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 33
Invalid string literal: "city" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 34
Invalid string literal: "zip" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 35
Invalid string literal: "regionId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 36
Invalid string literal: "countryId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 37
Invalid string literal: "typeId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 38
Invalid string literal: "mailing" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 39
Invalid string literal: "primary" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 40
Invalid string literal: "saving Address instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 43
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 46
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 48
Invalid string literal: "deleting Address instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 54
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 57
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 59
Invalid string literal: "getting Address instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 65
Invalid string literal: "com.gps.hibernate.Address" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 68
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 71
Invalid string literal: "finding Address instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 77
Invalid string literal: "com.gps.hibernate.Address" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 80
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 82
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 86
Invalid string literal: "finding Address instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 92
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 93
Invalid string literal: "from Address as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 95
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 96
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 101
Invalid string literal: "finding all Address instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 167
Invalid string literal: "from Address" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 169
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 173
Invalid string literal: "merging Address instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 179
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 182
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 185
Invalid string literal: "attaching dirty Address instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 191
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 194
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 196
Invalid string literal: "attaching clean Address instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 202
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 205
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AddressDAO.java 207
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 26
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 27
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 28
Invalid string literal: "email" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 29
Invalid string literal: "sms" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 30
Invalid string literal: "website" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 31
Invalid string literal: "saving Announcementsdelivery instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 34
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 37
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 39
Invalid string literal: "deleting Announcementsdelivery instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 45
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 48
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 50
Invalid string literal: "getting Announcementsdelivery instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 56
Invalid string literal: "com.gps.hibernate.Announcementsdelivery" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 59
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 62
Invalid string literal: "finding Announcementsdelivery instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 68
Invalid string literal: "com.gps.hibernate.Announcementsdelivery" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 71
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 73
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 77
Invalid string literal: "finding Announcementsdelivery instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 83
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 84
Invalid string literal: "from Announcementsdelivery as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 86
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 87
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 92
Invalid string literal: "finding all Announcementsdelivery instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 122
Invalid string literal: "from Announcementsdelivery" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 124
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 128
Invalid string literal: "merging Announcementsdelivery instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 134
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 138
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 141
Invalid string literal: "attaching dirty Announcementsdelivery instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 147
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 150
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 152
Invalid string literal: "attaching clean Announcementsdelivery instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 158
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 161
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsdeliveryDAO.java 163
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 30
Invalid string literal: "classNameId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 31
Invalid string literal: "classPk" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 32
Invalid string literal: "title" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 33
Invalid string literal: "content" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 34
Invalid string literal: "url" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 35
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 36
Invalid string literal: "priority" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 37
Invalid string literal: "alert" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 38
Invalid string literal: "saving Announcementsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 41
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 44
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 46
Invalid string literal: "deleting Announcementsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 52
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 55
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 57
Invalid string literal: "getting Announcementsentry instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 63
Invalid string literal: "com.gps.hibernate.Announcementsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 66
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 69
Invalid string literal: "finding Announcementsentry instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 75
Invalid string literal: "com.gps.hibernate.Announcementsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 78
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 80
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 84
Invalid string literal: "finding Announcementsentry instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 90
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 91
Invalid string literal: "from Announcementsentry as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 93
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 94
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 99
Invalid string literal: "finding all Announcementsentry instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 153
Invalid string literal: "from Announcementsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 155
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 159
Invalid string literal: "merging Announcementsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 165
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 169
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 172
Invalid string literal: "attaching dirty Announcementsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 178
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 181
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 183
Invalid string literal: "attaching clean Announcementsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 189
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 192
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsentryDAO.java 194
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 27
Invalid string literal: "entryId" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 28
Invalid string literal: "value" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 29
Invalid string literal: "saving Announcementsflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 32
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 35
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 37
Invalid string literal: "deleting Announcementsflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 43
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 46
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 48
Invalid string literal: "getting Announcementsflag instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 54
Invalid string literal: "com.gps.hibernate.Announcementsflag" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 57
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 60
Invalid string literal: "finding Announcementsflag instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 66
Invalid string literal: "com.gps.hibernate.Announcementsflag" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 69
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 71
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 75
Invalid string literal: "finding Announcementsflag instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 81
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 82
Invalid string literal: "from Announcementsflag as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 84
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 85
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 90
Invalid string literal: "finding all Announcementsflag instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 108
Invalid string literal: "from Announcementsflag" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 110
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 114
Invalid string literal: "merging Announcementsflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 120
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 124
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 127
Invalid string literal: "attaching dirty Announcementsflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 133
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 136
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 138
Invalid string literal: "attaching clean Announcementsflag instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 144
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 147
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementsflagDAO.java 149
Invalid string literal: "saving AutoPkSupport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 28
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 31
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 33
Invalid string literal: "deleting AutoPkSupport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 39
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 42
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 44
Invalid string literal: "getting AutoPkSupport instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 50
Invalid string literal: "com.gps.hibernate.AutoPkSupport" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 53
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 56
Invalid string literal: "finding AutoPkSupport instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 62
Invalid string literal: "com.gps.hibernate.AutoPkSupport" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 65
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 67
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 71
Invalid string literal: "finding AutoPkSupport instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 77
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 78
Invalid string literal: "from AutoPkSupport as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 80
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 81
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 86
Invalid string literal: "finding all AutoPkSupport instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 92
Invalid string literal: "from AutoPkSupport" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 94
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 98
Invalid string literal: "merging AutoPkSupport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 104
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 108
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 111
Invalid string literal: "attaching dirty AutoPkSupport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 117
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 120
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 122
Invalid string literal: "attaching clean AutoPkSupport instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 128
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 131
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium AutoPkSupportDAO.java 133
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 30
Invalid string literal: "title" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 31
Invalid string literal: "urlTitle" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 32
Invalid string literal: "content" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 33
Invalid string literal: "draft" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 34
Invalid string literal: "allowTrackbacks" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 35
Invalid string literal: "trackbacks" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 36
Invalid string literal: "saving Blogsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 39
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 42
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 44
Invalid string literal: "deleting Blogsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 50
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 53
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 55
Invalid string literal: "getting Blogsentry instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 61
Invalid string literal: "com.gps.hibernate.Blogsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 64
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 67
Invalid string literal: "finding Blogsentry instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 73
Invalid string literal: "com.gps.hibernate.Blogsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 76
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 78
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 82
Invalid string literal: "finding Blogsentry instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 88
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 89
Invalid string literal: "from Blogsentry as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 91
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 92
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 97
Invalid string literal: "finding all Blogsentry instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 147
Invalid string literal: "from Blogsentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 149
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 153
Invalid string literal: "merging Blogsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 159
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 163
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 166
Invalid string literal: "attaching dirty Blogsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 172
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 175
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 177
Invalid string literal: "attaching clean Blogsentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 183
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 186
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsentryDAO.java 188
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 26
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 27
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 28
Invalid string literal: "entryCount" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 29
Invalid string literal: "ratingsTotalEntries" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 30
Invalid string literal: "ratingsTotalScore" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 31
Invalid string literal: "ratingsAverageScore" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 32
Invalid string literal: "saving Blogsstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 35
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 38
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 40
Invalid string literal: "deleting Blogsstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 46
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 49
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 51
Invalid string literal: "getting Blogsstatsuser instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 57
Invalid string literal: "com.gps.hibernate.Blogsstatsuser" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 60
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 63
Invalid string literal: "finding Blogsstatsuser instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 69
Invalid string literal: "com.gps.hibernate.Blogsstatsuser" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 72
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 74
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 78
Invalid string literal: "finding Blogsstatsuser instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 84
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 85
Invalid string literal: "from Blogsstatsuser as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 87
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 88
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 93
Invalid string literal: "finding all Blogsstatsuser instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 127
Invalid string literal: "from Blogsstatsuser" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 129
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 133
Invalid string literal: "merging Blogsstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 139
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 143
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 146
Invalid string literal: "attaching dirty Blogsstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 152
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 155
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 157
Invalid string literal: "attaching clean Blogsstatsuser instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 163
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 166
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BlogsstatsuserDAO.java 168
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 29
Invalid string literal: "folderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 30
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 31
Invalid string literal: "url" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 32
Invalid string literal: "comments" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 33
Invalid string literal: "visits" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 34
Invalid string literal: "priority" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 35
Invalid string literal: "saving Bookmarksentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 38
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 41
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 43
Invalid string literal: "deleting Bookmarksentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 49
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 52
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 54
Invalid string literal: "getting Bookmarksentry instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 60
Invalid string literal: "com.gps.hibernate.Bookmarksentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 63
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 66
Invalid string literal: "finding Bookmarksentry instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 72
Invalid string literal: "com.gps.hibernate.Bookmarksentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 75
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 77
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 81
Invalid string literal: "finding Bookmarksentry instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 87
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 88
Invalid string literal: "from Bookmarksentry as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 90
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 91
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 96
Invalid string literal: "finding all Bookmarksentry instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 142
Invalid string literal: "from Bookmarksentry" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 144
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 148
Invalid string literal: "merging Bookmarksentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 154
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 158
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 161
Invalid string literal: "attaching dirty Bookmarksentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 167
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 170
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 172
Invalid string literal: "attaching clean Bookmarksentry instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 178
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 181
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksentryDAO.java 183
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 29
Invalid string literal: "parentFolderId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 30
Invalid string literal: "name" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 31
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 32
Invalid string literal: "saving Bookmarksfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 35
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 38
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 40
Invalid string literal: "deleting Bookmarksfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 46
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 49
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 51
Invalid string literal: "getting Bookmarksfolder instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 57
Invalid string literal: "com.gps.hibernate.Bookmarksfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 60
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 63
Invalid string literal: "finding Bookmarksfolder instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 69
Invalid string literal: "com.gps.hibernate.Bookmarksfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 72
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 74
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 78
Invalid string literal: "finding Bookmarksfolder instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 84
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 85
Invalid string literal: "from Bookmarksfolder as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 87
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 88
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 93
Invalid string literal: "finding all Bookmarksfolder instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 127
Invalid string literal: "from Bookmarksfolder" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 129
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 133
Invalid string literal: "merging Bookmarksfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 139
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 143
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 146
Invalid string literal: "attaching dirty Bookmarksfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 152
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 155
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 157
Invalid string literal: "attaching clean Bookmarksfolder instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 163
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 166
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BookmarksfolderDAO.java 168
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 25
Invalid string literal: "browserKey" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 26
Invalid string literal: "saving Browsertracker instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 29
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 32
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 34
Invalid string literal: "deleting Browsertracker instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 40
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 43
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 45
Invalid string literal: "getting Browsertracker instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 51
Invalid string literal: "com.gps.hibernate.Browsertracker" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 54
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 57
Invalid string literal: "finding Browsertracker instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 63
Invalid string literal: "com.gps.hibernate.Browsertracker" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 66
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 68
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 72
Invalid string literal: "finding Browsertracker instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 78
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 79
Invalid string literal: "from Browsertracker as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 81
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 82
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 87
Invalid string literal: "finding all Browsertracker instances" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 101
Invalid string literal: "from Browsertracker" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 103
Invalid string literal: "find all failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 107
Invalid string literal: "merging Browsertracker instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 113
Invalid string literal: "merge successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 117
Invalid string literal: "merge failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 120
Invalid string literal: "attaching dirty Browsertracker instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 126
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 129
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 131
Invalid string literal: "attaching clean Browsertracker instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 137
Invalid string literal: "attach successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 140
Invalid string literal: "attach failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium BrowsertrackerDAO.java 142
Invalid string literal: "uuid" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 26
Invalid string literal: "groupId" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 27
Invalid string literal: "companyId" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 28
Invalid string literal: "userId" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 29
Invalid string literal: "userName" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 30
Invalid string literal: "title" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 31
Invalid string literal: "description" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 32
Invalid string literal: "durationHour" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 33
Invalid string literal: "durationMinute" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 34
Invalid string literal: "allDay" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 35
Invalid string literal: "timeZoneSensitive" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 36
Invalid string literal: "type" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 37
Invalid string literal: "repeating" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 38
Invalid string literal: "recurrence" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 39
Invalid string literal: "remindBy" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 40
Invalid string literal: "firstReminder" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 41
Invalid string literal: "secondReminder" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 42
Invalid string literal: "saving Calevent instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 45
Invalid string literal: "save successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 48
Invalid string literal: "save failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 50
Invalid string literal: "deleting Calevent instance" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 56
Invalid string literal: "delete successful" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 59
Invalid string literal: "delete failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 61
Invalid string literal: "getting Calevent instance with id: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 67
Invalid string literal: "com.gps.hibernate.Calevent" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 70
Invalid string literal: "get failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 73
Invalid string literal: "finding Calevent instance by example" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 79
Invalid string literal: "com.gps.hibernate.Calevent" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 82
Invalid string literal: "find by example successful, result size: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 84
Invalid string literal: "find by example failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 88
Invalid string literal: "finding Calevent instance with property: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 94
Invalid string literal: ", value: " Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 95
Invalid string literal: "from Calevent as model where model." Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 97
Invalid string literal: "= ?" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 98
Invalid string literal: "find by property name failed" Consider defining a constant to represent the string or move it to a resource bundle. Medium CaleventDAO.java 103
Invalid string literal: "genSpot" Consider defining a constant to represent the string or move it to a resource bundle. Medium GenerateMapTester.java 39
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestDailyTripRepDAO.java 20
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestDailyTripRepDAO.java 20
Invalid string literal: "BOTH" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestDailyTripRepDAO.java 20
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestDailyTripRepDAO.java 25
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestDailyTripRepDAO.java 25
Invalid string literal: "BOTH" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestDailyTripRepDAO.java 25
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestDailyTripReport.java 20
Invalid string literal: "2014-01-09 23:59:59" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestDailyTripReport.java 20
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestDailyTripReport.java 26
Invalid string literal: "2014-01-09 23:59:59" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestDailyTripReport.java 26
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestFuelReport.java 25
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestFuelReport.java 26
Invalid string literal: "92480" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestFuelReport.java 33
Invalid string literal: "1938" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestFuelReport.java 34
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestFuelReport.java 35
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestFuelReport.java 36
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 28
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 28
Invalid string literal: "Comparing List size" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 33
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 33
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 33
Invalid string literal: "Comparing List size" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 38
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 38
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 38
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 43
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 43
Invalid string literal: "Comparing List size" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 49
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 49
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 49
Invalid string literal: "Comparing List size" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 54
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 54
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 54
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 59
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 59
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 64
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 64
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 71
Invalid string literal: "2014-01-09 23:59:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 71
Invalid string literal: "2014-01-09 11:59:59" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 79
Invalid string literal: "2014-01-08 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 79
Invalid string literal: "cumulative" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 79
Invalid string literal: "2014-01-09 11:59:59" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 87
Invalid string literal: "2014-01-08 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 87
Invalid string literal: "cumulative" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 87
Invalid string literal: "2014-01-09 11:59:59" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 94
Invalid string literal: "2014-01-08 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 94
Invalid string literal: "cumulative" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 94
Invalid string literal: "2014-01-09 11:59:59" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 100
Invalid string literal: "2014-01-08 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 100
Invalid string literal: "cumulative" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 100
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 106
Invalid string literal: "2014-01-08 11:59:59" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 106
Invalid string literal: "2014-01-09 00:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 112
Invalid string literal: "2014-01-08 11:59:59" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 112
Invalid string literal: "1234" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 117
Invalid string literal: "456" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 117
Invalid string literal: "1234" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 118
Invalid string literal: "456" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 119
Invalid string literal: "1234" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 124
Invalid string literal: "456" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 124
Invalid string literal: "yyyy-MM-dd HH:mm:ss" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 135
Invalid string literal: "2014-01-09 15:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 138
Invalid string literal: "yyyy-MM-dd HH:mm:ss" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 150
Invalid string literal: "2014-01-09 15:00:00" Consider defining a constant to represent the string or move it to a resource bundle. Medium TestTripProcessDAO.java 153
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium AnnouncementView.jsp 16
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium FencesView.jsp 12
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium OrganizationView.jsp 16
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium addDevice.jsp 10
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium searchDevice.jsp 8
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium errorpage.jsp 6
Invalid string literal: e("messag Consider defining a constant to represent the string or move it to a resource bundle. Medium errorpage.jsp 30
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium logingps.jsp 6
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium mLoginGps.jsp 6
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium addgeofence.jsp 8
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium viewVehicles.jsp 12
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium geoEdit.jsp 10
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium geoList.jsp 7
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium geoMapFence.jsp 7
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium geoSaveMap.jsp 5
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium AddHoliday.jsp 15
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium index.jsp 7
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium fleetlayout.jsp 7
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium fleetlayout.jsp 7
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium geodummy.jsp 6
Invalid string literal: r("Cache-Contro Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 3
Invalid string literal: ","no-cach Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 3
Invalid string literal: r("Pragm Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 4
Invalid string literal: ","no-cach Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 4
Invalid string literal: ("Expire Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 5
Invalid string literal: e("ajaxlongla Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 6
Invalid string literal: e("las Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 7
Invalid string literal: e("inf Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 8
Invalid string literal: n("In mapAjax pag Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 11
Invalid string literal: r("Cache-Contro Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 6
Invalid string literal: ","no-cach Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 6
Invalid string literal: r("Pragm Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 7
Invalid string literal: ","no-cach Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 7
Invalid string literal: ("Expire Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 8
Invalid string literal: e("text/javascrip Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 9
Invalid string literal: e("la Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 11
Invalid string literal: e("lo Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 11
Invalid string literal: t("latitud Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 13
Invalid string literal: e("la Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 13
Invalid string literal: t("longitud Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 14
Invalid string literal: e("lo Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 14
Invalid string literal: t("addres Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 15
Invalid string literal: e("ad Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 15
Invalid string literal: t("spee Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 16
Invalid string literal: e("spee Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 16
Invalid string literal: t("batter Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 17
Invalid string literal: e("batter Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 17
Invalid string literal: t("directio Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 18
Invalid string literal: e("di Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 18
Invalid string literal: t("vNam Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 19
Invalid string literal: e("vNam Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 19
Invalid string literal: t("ime Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 20
Invalid string literal: e("ime Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 20
Invalid string literal: t("tim Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 21
Invalid string literal: e("tim Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 21
Invalid string literal: t("des Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 22
Invalid string literal: e("des Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 22
Invalid string literal: t("gsmsta Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 23
Invalid string literal: e("gsmsta Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 23
Invalid string literal: t("celli Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 24
Invalid string literal: e("celli Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 24
Invalid string literal: t("latitud Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 28
Invalid string literal: t("longitud Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 29
Invalid string literal: t("tim Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 30
Invalid string literal: t("vNam Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 31
Invalid string literal: e("vNam Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 31
Invalid string literal: t("ime Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 32
Invalid string literal: e("ime Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 32
Invalid string literal: t("spee Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 33
Invalid string literal: e("spee Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 33
Invalid string literal: t("batter Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 34
Invalid string literal: t("des Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 35
Invalid string literal: t("directio Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 36
Invalid string literal: e("vehicleLis Consider defining a constant to represent the string or move it to a resource bundle. Medium treeAlignment2.jsp 25
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium treeAlignment2.jsp 31
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium geodummy.jsp 6
Invalid string literal: r("Cache-Contro Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 3
Invalid string literal: ","no-cach Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 3
Invalid string literal: r("Pragm Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 4
Invalid string literal: ","no-cach Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 4
Invalid string literal: ("Expire Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 5
Invalid string literal: e("ajaxlongla Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 6
Invalid string literal: e("las Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 7
Invalid string literal: e("inf Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 8
Invalid string literal: n("In mapAjax pag Consider defining a constant to represent the string or move it to a resource bundle. Medium mapajax.jsp 11
Invalid string literal: r("Cache-Contro Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 6
Invalid string literal: ","no-cach Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 6
Invalid string literal: r("Pragm Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 7
Invalid string literal: ","no-cach Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 7
Invalid string literal: ("Expire Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 8
Invalid string literal: e("text/javascrip Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 9
Invalid string literal: e("la Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 11
Invalid string literal: e("lo Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 11
Invalid string literal: t("latitud Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 13
Invalid string literal: e("la Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 13
Invalid string literal: t("longitud Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 14
Invalid string literal: e("lo Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 14
Invalid string literal: t("addres Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 15
Invalid string literal: e("ad Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 15
Invalid string literal: t("spee Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 16
Invalid string literal: e("spee Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 16
Invalid string literal: t("batter Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 17
Invalid string literal: e("batter Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 17
Invalid string literal: t("directio Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 18
Invalid string literal: e("di Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 18
Invalid string literal: t("vNam Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 19
Invalid string literal: e("vNam Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 19
Invalid string literal: t("ime Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 20
Invalid string literal: e("ime Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 20
Invalid string literal: t("tim Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 21
Invalid string literal: e("tim Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 21
Invalid string literal: t("des Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 22
Invalid string literal: e("des Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 22
Invalid string literal: t("gsmsta Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 23
Invalid string literal: e("gsmsta Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 23
Invalid string literal: t("celli Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 24
Invalid string literal: e("celli Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 24
Invalid string literal: t("latitud Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 28
Invalid string literal: t("longitud Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 29
Invalid string literal: t("tim Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 30
Invalid string literal: t("vNam Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 31
Invalid string literal: e("vNam Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 31
Invalid string literal: t("ime Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 32
Invalid string literal: e("ime Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 32
Invalid string literal: t("spee Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 33
Invalid string literal: e("spee Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 33
Invalid string literal: t("batter Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 34
Invalid string literal: t("des Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 35
Invalid string literal: t("directio Consider defining a constant to represent the string or move it to a resource bundle. Medium spotajax.jsp 36
Invalid string literal: e("vehicleLis Consider defining a constant to represent the string or move it to a resource bundle. Medium treeAlignment2.jsp 25
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium treeAlignment2.jsp 31
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium fenceNotification1.jsp.jsp 8
Invalid string literal: n("sdfSD Consider defining a constant to represent the string or move it to a resource bundle. Medium eventReportsTableOld.jsp 10
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium rfiddashboard.jsp 15
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium rfiddashboard1.jsp 15
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium fenceNotification1.jsp.jsp 8
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium alertsettings.jsp 11
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium AddTrip.jsp 10
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium fenceNotification.jsp 10
Invalid string literal: e("userGeoLis Consider defining a constant to represent the string or move it to a resource bundle. Medium fenceNotification.jsp 63
Invalid string literal: n("\n\n\n\n\n\n\n********************** Consider defining a constant to represent the string or move it to a resource bundle. Medium fenceNotification.jsp 66
Invalid string literal: n("number of added users Consider defining a constant to represent the string or move it to a resource bundle. Medium fenceNotification.jsp 112
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium fenceNotificationRTO.jsp 10
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium fencePopup.jsp 11
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium searchTrip.jsp 8
Invalid string literal: e("siz Consider defining a constant to represent the string or move it to a resource bundle. Medium searchTrip.jsp 59
Invalid string literal: 1+"*******^^^ Consider defining a constant to represent the string or move it to a resource bundle. Medium searchTrip.jsp 60
Invalid string literal: e+"******* Consider defining a constant to represent the string or move it to a resource bundle. Medium searchTrip.jsp 67
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium parentPage.jsp 9
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium usertrip.jsp 7
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium viewParents.jsp 11
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium viewTrips.jsp 14
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium addVehicle.jsp 14
Invalid string literal: e("use Consider defining a constant to represent the string or move it to a resource bundle. Medium addVehicle.jsp 20
Invalid string literal: n("rolllllllllllllllllll Consider defining a constant to represent the string or move it to a resource bundle. Medium addVehicle.jsp 23
Invalid string literal: )+":/ Consider defining a constant to represent the string or move it to a resource bundle. Medium searchVehicle.jsp 8
 
Violation Recommendation Severity Resource Line
Private fields should be assigned a value Remove the field definition. Medium HolidayProcessDAO.java 39
 
Violation Recommendation Severity Resource Line
Multiple statements on one line Move the statement onto its own line. Medium DeviceProcessDAO.java 63
Multiple statements on one line Move the statement onto its own line. Medium MLoginGpsDAO.java 102
Multiple statements on one line Move the statement onto its own line. Medium ReportProcessDAO.java 113
Multiple statements on one line Move the statement onto its own line. Medium RoleProcessDAO.java 52
Multiple statements on one line Move the statement onto its own line. Medium RoleProcessDAO.java 72
Multiple statements on one line Move the statement onto its own line. Medium UserTripDAO.java 65
Multiple statements on one line Move the statement onto its own line. Medium Packet.java 13
 
Violation Recommendation Severity Resource Line
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 55
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 56
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 57
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 59
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 60
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 62
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 72
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AccountsId.java 72
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 55
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 56
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 57
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 59
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 60
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 61
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 69
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 71
Unnecessary invocation of an accessor method Replace the accessor usage with a direct reference to the field. Medium AutoPkSupportId.java 71
 
Violation Recommendation Severity Resource Line
Method execute does not synchronize references to session Place all references to session into a synchronized block. Medium LogoutAction.java 41
 
Violation Recommendation Severity Resource Line
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AlertSettingsAction.java 200
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 43
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 101
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 155
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 161
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 170
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 187
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 190
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 196
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 202
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 205
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 222
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 252
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CookieLoginAction.java 292
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 1
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 34
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 51
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 142
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 157
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 161
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 167
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 207
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 213
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 232
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 244
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 261
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 268
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 275
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 284
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 295
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 298
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 303
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 319
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 333
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 365
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 371
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 375
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 382
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 391
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 394
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 403
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 417
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 424
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 431
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 438
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 444
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 451
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 454
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 457
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 462
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 467
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 480
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 482
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 488
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 510
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceCRUDAction.java 517
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 113
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 205
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 250
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 289
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 331
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 398
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 414
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 418
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 438
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 449
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 465
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 480
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 513
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 530
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 542
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 547
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 566
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 597
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 608
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 618
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 626
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 632
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 643
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 654
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 668
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 670
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 681
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 686
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 693
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 700
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 709
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 712
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 714
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 721
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 723
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 731
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 743
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 756
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 768
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 774
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 780
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 786
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 792
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 799
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 811
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 823
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 851
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMap.java 863
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 73
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 281
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 304
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 312
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 355
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 364
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 374
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 379
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 394
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 429
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 461
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 492
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 499
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 506
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 541
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 548
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 555
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 562
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 594
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 611
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 622
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 631
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 714
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 720
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 728
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 808
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 820
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 829
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 900
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 910
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 918
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 967
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 977
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 992
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 995
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,015
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,024
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,028
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,035
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,037
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,039
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,041
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,043
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,047
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,060
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,076
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,080
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,091
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,095
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofenceAction.java 1,097
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HeaderForwardAction.java 45
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HeaderForwardAction.java 50
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HeaderForwardAction.java 53
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HeaderForwardAction.java 68
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HeaderForwardAction.java 70
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HeaderForwardAction.java 75
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayAction.java 98
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayAction.java 180
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayAction.java 258
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsAction.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsAction.java 43
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsAction.java 109
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsAction.java 116
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsAction.java 136
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsAction.java 145
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsAction.java 148
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsAction.java 151
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsAction.java 155
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsAction.java 189
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogoutAction.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogoutAction.java 27
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MessageHandler.java 116
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MessageHandler.java 180
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MessageHandler.java 200
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MessageHandler.java 461
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MessageHandler.java 467
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 41
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 101
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 154
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 157
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 188
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 190
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 220
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 228
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 246
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 249
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 255
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 261
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 264
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 281
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 311
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsAction.java 351
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium RFIDAction.java 105
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripCrudAction.java 431
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripCrudAction.java 438
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripCrudAction.java 445
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripCrudAction.java 465
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripCrudAction.java 480
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripCrudAction.java 486
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripCrudAction.java 493
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripCrudAction.java 642
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripCrudAction.java 660
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripCrudAction.java 667
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripCrudAction.java 679
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 243
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 272
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 274
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 292
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 319
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 322
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 325
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 329
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 331
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 349
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 351
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 362
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 364
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 366
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 374
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 383
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 392
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 399
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 403
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 413
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 415
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 419
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 430
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 437
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 442
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 452
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 461
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 468
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 472
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 483
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 490
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 499
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 503
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 520
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 534
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 538
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 543
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 573
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 580
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 595
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 597
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 599
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 601
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 604
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 606
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 610
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 614
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 622
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 631
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationAction.java 636
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 110
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 118
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 122
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 131
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 135
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 147
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 155
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 168
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 171
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 175
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 187
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 190
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 194
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 199
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 207
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 217
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 234
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 241
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 250
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 268
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 276
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 351
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 359
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 367
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 379
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 384
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 388
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 394
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 404
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 407
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 418
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 422
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 426
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 435
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 437
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 441
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 447
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 452
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 457
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 473
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 476
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 482
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 494
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 498
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 501
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 509
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 519
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 525
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 528
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripAction.java 536
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 176
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 178
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 180
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 190
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 196
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 211
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 236
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 265
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 269
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 273
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 285
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 320
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 322
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 330
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 338
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 344
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 400
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 409
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 416
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 428
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 439
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 452
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 468
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 473
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 480
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 485
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 491
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 497
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 502
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 516
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 550
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 555
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 564
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 572
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 574
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 584
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 589
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 604
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 621
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 627
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 630
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 632
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 641
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 654
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 670
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 681
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 696
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 704
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 719
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleCRUDAction.java 722
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsSecurity.java 60
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsSecurity.java 70
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsSecurity.java 78
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsSecurity.java 92
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsSecurity.java 100
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsSecurity.java 114
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsSecurity.java 129
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsSecurity.java 142
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DailyTripRepDAO.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DailyTripRepDAO.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DailyTripRepDAO.java 52
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DailyTripRepDAO.java 61
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DailyTripRepDAO.java 68
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DailyTripRepDAO.java 70
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DailyTripRepDAO.java 75
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DailyTripRepDAO.java 93
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DailyTripRepDAO.java 133
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DailyTripRepDAO.java 177
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DailyTripRepDAO.java 178
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 44
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 77
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 79
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 98
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 114
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 120
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 127
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 138
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 154
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 160
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 169
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 177
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 201
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 243
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 270
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 319
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 381
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 385
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 393
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 395
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 414
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 447
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 453
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 513
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 541
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 553
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 564
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DeviceProcessDAO.java 567
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FenceUsersDAO.java 67
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FenceUsersDAO.java 349
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FenceUsersDAO.java 362
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 238
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 506
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 609
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 621
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 653
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 722
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 796
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 799
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 816
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 819
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GeofencingDAO.java 822
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayProcessDAO.java 68
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayProcessDAO.java 90
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayProcessDAO.java 100
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayProcessDAO.java 129
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium HolidayProcessDAO.java 141
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsDAO.java 76
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsDAO.java 98
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsDAO.java 113
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium MLoginGpsDAO.java 126
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportProcessDAO.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportProcessDAO.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportProcessDAO.java 39
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportProcessDAO.java 51
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportProcessDAO.java 56
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportProcessDAO.java 59
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportProcessDAO.java 60
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportProcessDAO.java 72
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportProcessDAO.java 76
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportProcessDAO.java 84
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ReportProcessDAO.java 103
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium RfHistoryDAO.java 29
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium RfHistoryDAO.java 80
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium RfHistoryDAO.java 147
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium RfHistoryDAO.java 152
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium RoleProcessDAO.java 47
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium RoleProcessDAO.java 67
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 8
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 11
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 112
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 149
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 150
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 157
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 169
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 170
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 252
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 286
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 290
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 292
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 305
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 311
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 318
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 330
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 361
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 396
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 423
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 439
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 452
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 576
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 578
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 591
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 598
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 611
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 613
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 621
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 628
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 652
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 680
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 683
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 690
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 695
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 702
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 718
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 720
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 726
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 731
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 737
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 748
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 759
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 762
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 771
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 774
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 776
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 780
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 784
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 789
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripProcessDAO.java 800
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 72
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 99
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 102
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 119
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 135
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 197
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 221
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 236
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 245
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 278
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 290
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 340
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 384
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 436
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 456
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 479
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 511
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 525
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 559
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 570
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 574
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 586
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserNotificationDAO.java 589
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 67
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 100
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 112
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 118
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 132
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 152
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 161
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 173
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 175
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 213
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 215
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 261
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 281
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 297
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 347
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 350
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 388
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 397
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 409
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 411
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserTripDAO.java 504
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 123
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 155
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 165
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 180
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 281
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 304
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 319
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 519
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 536
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 635
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 795
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleProcessDAO.java 797
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium FrequentTripDTO.java 9
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 24
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 27
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 83
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 99
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 102
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 122
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 138
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 141
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 253
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 257
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 271
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 275
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripByVehicleDTO.java 359
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParamDTO.java 14
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 1
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 15
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 28
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 35
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 40
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 47
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 53
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 60
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 65
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 72
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 79
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 88
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 95
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UserGeofenceDTO.java 104
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsForm.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsForm.java 18
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LogingpsForm.java 30
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMapTester.java 27
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMapTester.java 30
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMapTester.java 45
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GenerateMapTester.java 55
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestDailyTripRepDAO.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestDailyTripRepDAO.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestDailyTripRepDAO.java 19
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestDailyTripRepDAO.java 24
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestDailyTripReport.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestDailyTripReport.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestDailyTripReport.java 19
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestDailyTripReport.java 25
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestFuelReport.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestFuelReport.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestFuelReport.java 27
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestFuelReport.java 37
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 27
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 32
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 37
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 44
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 50
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 55
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 60
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 65
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 72
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 77
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 80
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 85
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 88
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 93
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 99
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 105
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 111
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 120
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 125
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 130
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 145
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestTripProcessDAO.java 160
 
Violation Recommendation Severity Resource Line
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AlertSettingsAction.java 82
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AlertSettingsAction.java 113
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AlertSettingsAction.java 205
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AlertSettingsAction.java 217
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AutoCompleteAction.java 52
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AutoCompleteAction.java 73
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium AutoCompleteAction.java 114
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium DeviceCRUDAction.java 122
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium DeviceCRUDAction.java 180
Avoid calling System.out in production code Delete the debugging / profiling code. Medium FenceVehicleMapAction.java 69
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceVehicleMapAction.java 81
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceVehicleMapAction.java 111
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceVehicleMapAction.java 167
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceVehicleMapAction.java 215
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium GeofenceAction.java 104
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HolidayAction.java 149
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HolidayAction.java 204
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HolidayAction.java 249
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium MessageHandler.java 134
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium MessageHandler.java 167
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium MessageHandler.java 203
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium MessageHandler.java 225
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium MessageHandler.java 252
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium MessageHandler.java 475
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium RFIDAction.java 61
Avoid calling System.out in production code Delete the debugging / profiling code. Medium RFIDAction.java 75
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium RFIDAction.java 83
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium RFIDAction.java 132
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium RFIDAction.java 208
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium RFIDAction.java 254
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TemplateManager.java 260
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TemplateManager.java 274
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium DeviceProcessDAO.java 91
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium DeviceProcessDAO.java 137
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceUsersDAO.java 31
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceUsersDAO.java 53
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceUsersDAO.java 90
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceUsersDAO.java 115
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceUsersDAO.java 133
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium FenceUsersDAO.java 198
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium GeofencingDAO.java 65
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium GeofencingDAO.java 95
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium GeofencingDAO.java 121
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium GeofencingDAO.java 151
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium GeofencingDAO.java 184
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HolidayProcessDAO.java 64
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HolidayProcessDAO.java 96
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium HolidayProcessDAO.java 124
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LoginGpsDAO.java 40
Avoid calling System.out in production code Delete the debugging / profiling code. Medium LoginGpsDAO.java 49
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium LoginGpsDAO.java 52
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium MessagesDAO.java 48
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium MessagesDAO.java 90
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ReportRefDAO.java 38
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium RfHistoryDAO.java 36
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium RfHistoryDAO.java 62
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium RfHistoryDAO.java 85
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium RfHistoryDAO.java 115
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium RfHistoryDAO.java 139
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium SettingsDAO.java 61
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium SettingsDAO.java 82
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium UserNotificationDAO.java 109
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium UserNotificationDAO.java 148
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium UserProcessDAO.java 39
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium UserProcessDAO.java 66
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium UserProcessDAO.java 97
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium UserProcessDAO.java 118
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium UserProcessDAO.java 132
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium UserTripDAO.java 78
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium VehicleFenceDAO.java 48
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium VehicleFenceDAO.java 93
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium VehicleFenceDAO.java 122
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium VehicleFenceDAO.java 140
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium VehicleFenceReportDAO.java 24
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium VehicleProcessDAO.java 57
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium VehicleProcessDAO.java 91
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium VehicleProcessDAO.java 176
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TestTripProcessDAO.java 142
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TestTripProcessDAO.java 157
Avoid calling System.out in production code Delete the debugging / profiling code. Medium mapajax.jsp 10
Avoid calling System.out in production code Delete the debugging / profiling code. Medium mapajax.jsp 10
Avoid calling System.out in production code Delete the debugging / profiling code. Medium eventReportsTableOld.jsp 10
Avoid calling System.out in production code Delete the debugging / profiling code. Medium fenceNotification.jsp 66
Avoid calling System.out in production code Delete the debugging / profiling code. Medium fenceNotification.jsp 112
Avoid calling System.out in production code Delete the debugging / profiling code. Medium searchTrip.jsp 59
Avoid calling System.out in production code Delete the debugging / profiling code. Medium searchTrip.jsp 66
Avoid calling System.out in production code Delete the debugging / profiling code. Medium addVehicle.jsp 23
 
Violation Recommendation Severity Resource Line
Empty method Delete the empty method. Medium AlertSettingsAction.java 236
Empty method Delete the empty method. Medium AutoCompleteAction.java 133
Empty method Delete the empty method. Medium HolidayAction.java 279
Empty method Delete the empty method. Medium LogingpsAction.java 204
Empty method Delete the empty method. Medium MessageHandler.java 258
Empty method Delete the empty method. Medium MessageHandler.java 420
Empty method Delete the empty method. Medium MessageHandler.java 426
Empty method Delete the empty method. Medium MessageHandler.java 432
Empty method Delete the empty method. Medium MessageHandler.java 452
Empty method Delete the empty method. Medium RFIDAction.java 272
Empty method Delete the empty method. Medium TemplateManager.java 50
Empty method Delete the empty method. Medium TemplateManager.java 212
Empty method Delete the empty method. Medium TemplateManager.java 218
Empty method Delete the empty method. Medium TemplateManager.java 224
Empty method Delete the empty method. Medium TemplateManager.java 244
Empty method Delete the empty method. Medium DeviceTripDTO.java 14
Empty method Delete the empty method. Medium FuelDTO.java 15
Empty method Delete the empty method. Medium TripDistanceDTO.java 72
Empty method Delete the empty method. Medium Account.java 35
Empty method Delete the empty method. Medium Accounts.java 18
Empty method Delete the empty method. Medium AccountsId.java 19
Empty method Delete the empty method. Medium Address.java 37
Empty method Delete the empty method. Medium Announcementsdelivery.java 24
Empty method Delete the empty method. Medium Announcementsentry.java 36
Empty method Delete the empty method. Medium Announcementsflag.java 24
Empty method Delete the empty method. Medium AutoPkSupport.java 18
Empty method Delete the empty method. Medium AutoPkSupportId.java 19
Empty method Delete the empty method. Medium Blogsentry.java 34
Empty method Delete the empty method. Medium Blogsstatsuser.java 28
Empty method Delete the empty method. Medium Bookmarksentry.java 32
Empty method Delete the empty method. Medium Bookmarksfolder.java 29
Empty method Delete the empty method. Medium Browsertracker.java 20
Empty method Delete the empty method. Medium Calevent.java 41
Empty method Delete the empty method. Medium GenerateMapTester.java 43
 
Violation Recommendation Severity Resource Line
Unnecessary import: import java.util.Iterator; Delete the import. Medium AlertSettingsAction.java 4
Unnecessary import: import com.gps.hibernate.SpeedSettingsDAO; Delete the import. Medium AlertSettingsAction.java 17
Unnecessary import: import org.jfree.util.Log; Delete the import. Medium AutoCompleteAction.java 15
Unnecessary import: import com.gps.hibernate.UserDetails; Delete the import. Medium AutoCompleteAction.java 20
Unnecessary import: import java.util.Calendar; Delete the import. Medium MessageHandler.java 8
Unnecessary import: import java.util.Iterator; Delete the import. Medium MessageHandler.java 10
Unnecessary import: import org.codehaus.jackson.map.ObjectMapper; Delete the import. Medium MessageHandler.java 30
Unnecessary import: import org.hibernate.mapping.Array; Delete the import. Medium MessageHandler.java 31
Unnecessary import: import com.gps.bo.FenceBO; Delete the import. Medium MessageHandler.java 33
Unnecessary import: import com.gps.dao.VehicleProcessDAO; Delete the import. Medium MessageHandler.java 38
Unnecessary import: import com.gps.hibernate.GeofenceDAO; Delete the import. Medium MessageHandler.java 40
Unnecessary import: import com.gps.hibernate.RoleDAO; Delete the import. Medium MessageHandler.java 44
Unnecessary import: import com.gps.hibernate.UserDetails; Delete the import. Medium MessageHandler.java 46
Unnecessary import: import com.gps.hibernate.VehicleDetails; Delete the import. Medium MessageHandler.java 47
Unnecessary import: import org.json.JSONArray; Delete the import. Medium MessageHandler.java 53
Unnecessary import: import org.json.JSONException; Delete the import. Medium MessageHandler.java 54
Unnecessary import: import org.json.JSONObject; Delete the import. Medium MessageHandler.java 55
Unnecessary import: import java.util.HashSet; Delete the import. Medium RFIDAction.java 6
Unnecessary import: import java.util.Hashtable; Delete the import. Medium RFIDAction.java 7
Unnecessary import: import java.util.List; Delete the import. Medium RFIDAction.java 9
Unnecessary import: import com.gps.hibernate.TripDetails; Delete the import. Medium RFIDAction.java 23
Unnecessary import: import com.gps.dao.GeofencingDAO; Delete the import. Medium TemplateManager.java 30
Unnecessary import: import com.gps.dao.TripProcessDAO; Delete the import. Medium TemplateManager.java 32
Unnecessary import: import com.gps.dao.UserTripDAO; Delete the import. Medium TemplateManager.java 33
Unnecessary import: import com.sun.xml.rpc.processor.modeler.j2ee.xml.exceptionMappingType; Delete the import. Medium TemplateManager.java 37
Unnecessary import: import java.util.Date; Delete the import. Medium LoginGpsDAO.java 3
Unnecessary import: import java.util.ArrayList; Delete the import. Medium LoginGpsDAO.java 7
Unnecessary import: import java.util.Iterator; Delete the import. Medium LoginGpsDAO.java 8
Unnecessary import: import java.util.List; Delete the import. Medium LoginGpsDAO.java 9
Unnecessary import: import javax.servlet.http.HttpServletRequest; Delete the import. Medium LoginGpsDAO.java 12
Unnecessary import: import org.apache.log4j.Logger; Delete the import. Medium LoginGpsDAO.java 14
Unnecessary import: import org.hibernate.Transaction; Delete the import. Medium LoginGpsDAO.java 19
Unnecessary import: import org.hibernate.exception.ConstraintViolationException; Delete the import. Medium LoginGpsDAO.java 20
Unnecessary import: import java.text.DateFormat; Delete the import. Medium MessagesDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium MessagesDAO.java 4
Unnecessary import: import org.hibernate.Query; Delete the import. Medium MessagesDAO.java 5
Unnecessary import: import java.util.Iterator; Delete the import. Medium MessagesDAO.java 9
Unnecessary import: import javax.servlet.http.HttpServletRequest; Delete the import. Medium MessagesDAO.java 13
Unnecessary import: import org.hibernate.Query; Delete the import. Medium MessagesDAO.java 18
Unnecessary import: import org.hibernate.exception.ConstraintViolationException; Delete the import. Medium MessagesDAO.java 21
Unnecessary import: import com.gps.exception.InvalidMailIdOrPasswordException; Delete the import. Medium MessagesDAO.java 23
Unnecessary import: import com.gps.hibernate.User; Delete the import. Medium MessagesDAO.java 27
Unnecessary import: import com.gps.hibernate.UserDAO; Delete the import. Medium MessagesDAO.java 28
Unnecessary import: import java.util.Date; Delete the import. Medium MLoginGpsDAO.java 3
Unnecessary import: import java.util.ArrayList; Delete the import. Medium MLoginGpsDAO.java 7
Unnecessary import: import java.util.Iterator; Delete the import. Medium MLoginGpsDAO.java 8
Unnecessary import: import java.util.List; Delete the import. Medium MLoginGpsDAO.java 9
Unnecessary import: import javax.servlet.http.HttpServletRequest; Delete the import. Medium MLoginGpsDAO.java 12
Unnecessary import: import org.apache.log4j.Logger; Delete the import. Medium MLoginGpsDAO.java 14
Unnecessary import: import org.hibernate.NonUniqueResultException; Delete the import. Medium MLoginGpsDAO.java 17
Unnecessary import: import org.hibernate.Transaction; Delete the import. Medium MLoginGpsDAO.java 20
Unnecessary import: import org.hibernate.exception.ConstraintViolationException; Delete the import. Medium MLoginGpsDAO.java 21
Unnecessary import: import com.liferay.portal.kernel.util.GetterUtil; Delete the import. Medium MLoginGpsDAO.java 27
Unnecessary import: import com.liferay.portal.kernel.util.PropsUtil; Delete the import. Medium MLoginGpsDAO.java 28
Unnecessary import: import java.io.UnsupportedEncodingException; Delete the import. Medium MLoginGpsDAO.java 33
Unnecessary import: import java.security.NoSuchAlgorithmException; Delete the import. Medium MLoginGpsDAO.java 35
Unnecessary import: import com.gps.dto.TripByVehicleDTO; Delete the import. Medium ReportProcessDAO.java 17
Unnecessary import: import java.util.Date; Delete the import. Medium ReportRefDAO.java 3
Unnecessary import: import java.util.ArrayList; Delete the import. Medium ReportRefDAO.java 7
Unnecessary import: import java.util.Iterator; Delete the import. Medium ReportRefDAO.java 8
Unnecessary import: import java.util.List; Delete the import. Medium ReportRefDAO.java 9
Unnecessary import: import javax.servlet.http.HttpServletRequest; Delete the import. Medium ReportRefDAO.java 12
Unnecessary import: import org.apache.log4j.Logger; Delete the import. Medium ReportRefDAO.java 14
Unnecessary import: import org.hibernate.Transaction; Delete the import. Medium ReportRefDAO.java 19
Unnecessary import: import org.hibernate.exception.ConstraintViolationException; Delete the import. Medium ReportRefDAO.java 20
Unnecessary import: import com.gps.exception.InvalidMailIdOrPasswordException; Delete the import. Medium ReportRefDAO.java 22
Unnecessary import: import com.gps.hibernate.User; Delete the import. Medium ReportRefDAO.java 23
Unnecessary import: import com.liferay.portal.model.User; Delete the import. Medium RoleProcessDAO.java 9
Unnecessary import: import com.liferay.portal.model.UserModel; Delete the import. Medium RoleProcessDAO.java 10
Unnecessary import: import com.liferay.portal.service.UserServiceUtil; Delete the import. Medium RoleProcessDAO.java 11
Unnecessary import: import com.gps.hibernate.VehicleDetails; Delete the import. Medium UserProcessDAO.java 15
Unnecessary import: import com.gps.hibernate.VehicleDetailsDAO; Delete the import. Medium UserProcessDAO.java 16
Unnecessary import: import com.gps.hibernate.User; Delete the import. Medium GenerateMapForm.java 5
Unnecessary import: import java.util.Date; Delete the import. Medium AccountDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium AddressDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium AnnouncementsentryDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium AnnouncementsflagDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium BlogsentryDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium BlogsstatsuserDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium BookmarksentryDAO.java 3
Unnecessary import: import java.util.Date; Delete the import. Medium BookmarksfolderDAO.java 3
Unnecessary import: import static org.mockito.Mockito.when; Delete the import. Medium GenerateMapTester.java 4
Unnecessary import: import javax.portlet.PortletSession; Delete the import. Medium GenerateMapTester.java 6
Unnecessary import: import com.liferay.portal.model.RoleConstants; Delete the import. Medium GenerateMapTester.java 12
Unnecessary import: import com.liferay.portal.theme.ThemeDisplay; Delete the import. Medium GenerateMapTester.java 14
Unnecessary import: import com.liferay.portal.util.Portal; Delete the import. Medium GenerateMapTester.java 15
Unnecessary import: import com.liferay.portal.util.WebKeys; Delete the import. Medium GenerateMapTester.java 16
Unnecessary import: import junit.framework.TestCase; Delete the import. Medium GenerateMapTester.java 19
 
Violation Recommendation Severity Resource Line
Unnecessary declaration of Exception Delete the unnecessary exception. Medium HolidayAction.java 256
Unnecessary declaration of Exception Delete the unnecessary exception. Medium MessageHandler.java 258
Unnecessary declaration of IOException Delete the unnecessary exception. Medium MessageHandler.java 294
Unnecessary declaration of IOException Delete the unnecessary exception. Medium MessageHandler.java 360
Unnecessary declaration of UnsupportedEncodingException Delete the unnecessary exception. Medium MessageHandler.java 433
Unnecessary declaration of Exception Delete the unnecessary exception. Medium MessageHandler.java 457
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TemplateManager.java 50
Unnecessary declaration of IOException Delete the unnecessary exception. Medium TemplateManager.java 86
Unnecessary declaration of IOException Delete the unnecessary exception. Medium TemplateManager.java 152
Unnecessary declaration of UnsupportedEncodingException Delete the unnecessary exception. Medium TemplateManager.java 225
Unnecessary declaration of DuplicateDeviceNameException Delete the unnecessary exception. Medium DeviceProcessDAO.java 57
Unnecessary declaration of DuplicateMobileNumberException Delete the unnecessary exception. Medium DeviceProcessDAO.java 57
Unnecessary declaration of DuplicateAliasNameException Delete the unnecessary exception. Medium DeviceProcessDAO.java 57
Unnecessary declaration of Exception Delete the unnecessary exception. Medium HolidayProcessDAO.java 137
Unnecessary declaration of InvalidMailIdOrPasswordException Delete the unnecessary exception. Medium LoginGpsDAO.java 35
Unnecessary declaration of DuplicateRegisterNumberException Delete the unnecessary exception. Medium VehicleProcessDAO.java 137
Unnecessary declaration of DuplicateVehicleNameException Delete the unnecessary exception. Medium VehicleProcessDAO.java 137
 
Violation Recommendation Severity Resource Line
Unnecessary instanceof test comparing to DynamicQueryVO Remove the "instanceof" test. Medium TestTripProcessDAO.java 112
 
Violation Recommendation Severity Resource Line
toString() called on a String object Delete the call to toString(). Medium MessageHandler.java 113
toString() called on a String object Delete the call to toString(). Medium RFIDAction.java 128
toString() called on a String object Delete the call to toString(). Medium RFIDAction.java 173
 
Violation Recommendation Severity Resource Line
Unnecessary type cast to String Delete the unnecessary cast. Medium RoleProcessDAO.java 35
Unnecessary type cast from List to List<UsersOrgs> Delete the unnecessary cast. Medium VehicleProcessDAO.java 104
 
Violation Recommendation Severity Resource Line
Unused field: holiday Delete the unused field. Medium HolidayProcessDAO.java 39
Unused field: SUCCESS Delete the unused field. Medium MLoginGpsDAO.java 41
Unused field: error Delete the unused field. Medium MLoginGpsDAO.java 42
Unused field: ERROR Delete the unused field. Medium MLoginGpsDAO.java 43
 
Violation Recommendation Severity Resource Line
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AutoCompleteAction.java 3
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AutoCompleteAction.java 30
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AutoCompleteAction.java 46
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AutoCompleteAction.java 143
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AutoCompleteAction.java 152
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium RFIDAction.java 7
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium VehicleProcessDAO.java 102
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium VehicleProcessDAO.java 102
 
Violation Recommendation Severity Resource Line
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 110
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 111
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 114
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 115
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 118
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 119
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 130
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 133
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 141
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 144
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 151
Invalid request message name: <unnamed> Rename the request message to conform to the naming convention. Medium PolygonRegion.wsdl 154
 
Violation Recommendation Severity Resource Line
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 111
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 115
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 119
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 133
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 144
Invalid response message name: null Rename the response message to conform to the naming convention. Medium PolygonRegion.wsdl 154
 
Violation Recommendation Severity Resource Line
Return enumeration instead of null Return an enumeration instead of null. Medium MessageHandler.java 272
Return enumeration instead of null Return an enumeration instead of null. Medium MessageHandler.java 326
Return enumeration instead of null Return an enumeration instead of null. Medium MessageHandler.java 344
Return zero-length array instead of null Replace the "null" with the creation of an empty array. Medium MessageHandler.java 350
Return enumeration instead of null Return an enumeration instead of null. Medium TemplateManager.java 64
Return enumeration instead of null Return an enumeration instead of null. Medium TemplateManager.java 118
Return enumeration instead of null Return an enumeration instead of null. Medium TemplateManager.java 136
Return zero-length array instead of null Replace the "null" with the creation of an empty array. Medium TemplateManager.java 142
 
Violation Recommendation Severity Resource Line
Disallowed exception caught: Exception Delete the catch clause. Medium AlertSettingsAction.java 80
Disallowed exception caught: Exception Delete the catch clause. Medium AlertSettingsAction.java 111
Disallowed exception caught: Exception Delete the catch clause. Medium AlertSettingsAction.java 203
Disallowed exception caught: Exception Delete the catch clause. Medium AlertSettingsAction.java 213
Disallowed exception caught: Exception Delete the catch clause. Medium AutoCompleteAction.java 50
Disallowed exception caught: Exception Delete the catch clause. Medium AutoCompleteAction.java 71
Disallowed exception caught: Exception Delete the catch clause. Medium AutoCompleteAction.java 94
Disallowed exception caught: Exception Delete the catch clause. Medium AutoCompleteAction.java 112
Disallowed exception caught: Exception Delete the catch clause. Medium DeviceCRUDAction.java 119
Disallowed exception caught: Exception Delete the catch clause. Medium DeviceCRUDAction.java 178
Disallowed exception caught: Exception Delete the catch clause. Medium DeviceCRUDAction.java 218
Disallowed exception caught: Exception Delete the catch clause. Medium DeviceCRUDAction.java 282
Disallowed exception caught: Exception Delete the catch clause. Medium FenceVehicleMapAction.java 79
Disallowed exception caught: Exception Delete the catch clause. Medium FenceVehicleMapAction.java 109
Disallowed exception caught: Exception Delete the catch clause. Medium FenceVehicleMapAction.java 165
Disallowed exception caught: Exception Delete the catch clause. Medium FenceVehicleMapAction.java 213
Disallowed exception caught: Exception Delete the catch clause. Medium GeofenceAction.java 102
Disallowed exception caught: Exception Delete the catch clause. Medium HeaderForwardAction.java 52
Disallowed exception caught: Exception Delete the catch clause. Medium HeaderForwardAction.java 73
Disallowed exception caught: Exception Delete the catch clause. Medium HolidayAction.java 147
Disallowed exception caught: Exception Delete the catch clause. Medium HolidayAction.java 203
Disallowed exception caught: Exception Delete the catch clause. Medium HolidayAction.java 248
Disallowed exception caught: Exception Delete the catch clause. Medium LogingpsAction.java 186
Disallowed exception caught: Exception Delete the catch clause. Medium MessageHandler.java 133
Disallowed exception caught: Exception Delete the catch clause. Medium MessageHandler.java 164
Disallowed exception caught: Exception Delete the catch clause. Medium MessageHandler.java 202
Disallowed exception caught: Exception Delete the catch clause. Medium MessageHandler.java 224
Disallowed exception caught: Exception Delete the catch clause. Medium MessageHandler.java 251
Disallowed exception caught: Exception Delete the catch clause. Medium MessageHandler.java 473
Disallowed exception caught: Exception Delete the catch clause. Medium RFIDAction.java 59
Disallowed exception caught: Exception Delete the catch clause. Medium RFIDAction.java 82
Disallowed exception caught: Exception Delete the catch clause. Medium RFIDAction.java 130
Disallowed exception caught: Exception Delete the catch clause. Medium RFIDAction.java 175
Disallowed exception caught: Exception Delete the catch clause. Medium RFIDAction.java 206
Disallowed exception caught: Exception Delete the catch clause. Medium RFIDAction.java 252
Disallowed exception caught: Exception Delete the catch clause. Medium TemplateManager.java 259
Disallowed exception caught: Exception Delete the catch clause. Medium TemplateManager.java 273
Disallowed exception caught: Exception Delete the catch clause. Medium DailyTripRepDAO.java 108
Disallowed exception caught: Exception Delete the catch clause. Medium DeviceProcessDAO.java 89
Disallowed exception caught: Exception Delete the catch clause. Medium DeviceProcessDAO.java 134
Disallowed exception caught: Exception Delete the catch clause. Medium FenceUsersDAO.java 29
Disallowed exception caught: Exception Delete the catch clause. Medium FenceUsersDAO.java 51
Disallowed exception caught: Exception Delete the catch clause. Medium FenceUsersDAO.java 88
Disallowed exception caught: Exception Delete the catch clause. Medium FenceUsersDAO.java 113
Disallowed exception caught: Exception Delete the catch clause. Medium FenceUsersDAO.java 131
Disallowed exception caught: Exception Delete the catch clause. Medium FenceUsersDAO.java 196
Disallowed exception caught: Exception Delete the catch clause. Medium GeofencingDAO.java 64
Disallowed exception caught: Exception Delete the catch clause. Medium GeofencingDAO.java 93
Disallowed exception caught: Exception Delete the catch clause. Medium GeofencingDAO.java 119
Disallowed exception caught: Exception Delete the catch clause. Medium GeofencingDAO.java 149
Disallowed exception caught: Exception Delete the catch clause. Medium GeofencingDAO.java 183
Disallowed exception caught: Exception Delete the catch clause. Medium HolidayProcessDAO.java 62
Disallowed exception caught: Exception Delete the catch clause. Medium HolidayProcessDAO.java 94
Disallowed exception caught: Exception Delete the catch clause. Medium HolidayProcessDAO.java 122
Disallowed exception caught: Exception Delete the catch clause. Medium LoginGpsDAO.java 51
Disallowed exception caught: Exception Delete the catch clause. Medium MessagesDAO.java 47
Disallowed exception caught: Exception Delete the catch clause. Medium MessagesDAO.java 89
Disallowed exception caught: Exception Delete the catch clause. Medium MLoginGpsDAO.java 53
Disallowed exception caught: Exception Delete the catch clause. Medium MLoginGpsDAO.java 111
Disallowed exception caught: Exception Delete the catch clause. Medium ReportProcessDAO.java 105
Disallowed exception caught: Exception Delete the catch clause. Medium ReportRefDAO.java 37
Disallowed exception caught: Exception Delete the catch clause. Medium ReportSummaryDAO.java 21
Disallowed exception caught: Exception Delete the catch clause. Medium ReportSummaryDAO.java 36
Disallowed exception caught: Exception Delete the catch clause. Medium RfHistoryDAO.java 34
Disallowed exception caught: Exception Delete the catch clause. Medium RfHistoryDAO.java 60
Disallowed exception caught: Exception Delete the catch clause. Medium RfHistoryDAO.java 83
Disallowed exception caught: Exception Delete the catch clause. Medium RfHistoryDAO.java 113
Disallowed exception caught: Exception Delete the catch clause. Medium RfHistoryDAO.java 137
Disallowed exception caught: Exception Delete the catch clause. Medium SettingsDAO.java 59
Disallowed exception caught: Exception Delete the catch clause. Medium SettingsDAO.java 80
Disallowed exception caught: Exception Delete the catch clause. Medium UserNotificationDAO.java 107
Disallowed exception caught: Exception Delete the catch clause. Medium UserNotificationDAO.java 147
Disallowed exception caught: Exception Delete the catch clause. Medium UserProcessDAO.java 36
Disallowed exception caught: Exception Delete the catch clause. Medium UserProcessDAO.java 65
Disallowed exception caught: Exception Delete the catch clause. Medium UserProcessDAO.java 95
Disallowed exception caught: Exception Delete the catch clause. Medium UserProcessDAO.java 116
Disallowed exception caught: Exception Delete the catch clause. Medium UserProcessDAO.java 130
Disallowed exception caught: Exception Delete the catch clause. Medium UserTripDAO.java 77
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleFenceDAO.java 46
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleFenceDAO.java 91
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleFenceDAO.java 120
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleFenceDAO.java 138
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleFenceReportDAO.java 22
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleProcessDAO.java 56
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleProcessDAO.java 88
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleProcessDAO.java 128
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleProcessDAO.java 174
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 45
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 56
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 68
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 83
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 98
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 162
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 174
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 185
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountDAO.java 196
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 32
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 97
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 109
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 120
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AccountsDAO.java 131
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 47
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 58
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 100
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 172
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 184
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 195
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AddressDAO.java 206
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 38
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 49
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 61
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 76
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 91
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 127
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 140
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 151
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsdeliveryDAO.java 162
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 45
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 56
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 68
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 83
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 98
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 158
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 171
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 182
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsentryDAO.java 193
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 36
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 47
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 59
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 74
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 89
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 113
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 126
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 137
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AnnouncementsflagDAO.java 148
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 32
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 55
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 70
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 85
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 97
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 110
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 121
Disallowed exception caught: RuntimeException Delete the catch clause. Medium AutoPkSupportDAO.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 43
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 54
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 66
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 81
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 96
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 152
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 165
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 176
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsentryDAO.java 187
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 39
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 50
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 62
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 77
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 92
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 145
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 156
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BlogsstatsuserDAO.java 167
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 42
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 53
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 65
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 80
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 95
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 147
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 160
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 171
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksentryDAO.java 182
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 39
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 50
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 62
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 77
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 92
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 132
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 145
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 156
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BookmarksfolderDAO.java 167
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 33
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 44
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 56
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 71
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 86
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 106
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 119
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 130
Disallowed exception caught: RuntimeException Delete the catch clause. Medium BrowsertrackerDAO.java 141
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 49
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 60
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 72
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 87
Disallowed exception caught: RuntimeException Delete the catch clause. Medium CaleventDAO.java 102
 
Violation Recommendation Severity Resource Line
Disallowed file /GPS/WebContent/images/Thumbs.db The file should be deleted. Medium GPS
Disallowed file /GPS/WebContent/images/ie6/Thumbs.db The file should be deleted. Medium GPS
Disallowed file /GPS/WebContent/scripts/jquery-ui-1.8.11.custom/css/ui-lightness/images/Thumbs.db The file should be deleted. Medium GPS
Disallowed file /GPS/WebContent/scripts/jquery-ui-1.8.11.custom/development-bundle/demos/datepicker/images/Thumbs.db The file should be deleted. Medium GPS
Disallowed file /GPS/WebContent/scripts/jquery-ui-1.8.11.custom/development-bundle/demos/images/Thumbs.db The file should be deleted. Medium GPS
 
Violation Recommendation Severity Resource Line
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium AlertSettingsAction.java 118
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium FenceVehicleMapAction.java 118
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium FenceVehicleMapAction.java 172
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium HolidayAction.java 153
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium HolidayAction.java 209
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium DailyTripRepDAO.java 36
Method has 5 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium FenceUsersDAO.java 138
 
Violation Recommendation Severity Resource Line
Static field trips not initialized Initialize the static field. Medium AutoCompleteAction.java 30
Static field grades not initialized Initialize the static field. Medium AutoCompleteAction.java 31
Static field student not initialized Initialize the static field. Medium AutoCompleteAction.java 32
 
Violation Recommendation Severity Resource Line
No action for this validation file Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium DeviceCRUDAction-validation.xml 1
No action for this validation file Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium MLoginGpsAction-validation.xml 1
No action for this validation file Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction-validation.xml 1
No action for this validation file Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 1
No action for this validation file Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium VehicleCRUDAction-validation.xml 1
No action for this validation file Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium DeviceCRUDAction-validation.xml 1
No action for this validation file Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium MLoginGpsAction-validation.xml 1
No action for this validation file Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction-validation.xml 1
No action for this validation file Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 1
No action for this validation file Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium VehicleCRUDAction-validation.xml 1
 
Violation Recommendation Severity Resource Line
No device.aliasName field in DeviceCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium DeviceCRUDAction-validation.xml 11
No device.imeiNumber field in DeviceCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium DeviceCRUDAction-validation.xml 28
No device.mobileNumber field in DeviceCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium DeviceCRUDAction-validation.xml 49
No device.firmwareVersion field in DeviceCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium DeviceCRUDAction-validation.xml 62
No user.emailAddress field in MLoginGpsAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium MLoginGpsAction-validation.xml 10
No user.password field in MLoginGpsAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium MLoginGpsAction-validation.xml 24
No trip.noConfirmedTravellers field in TripCrudAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction-validation.xml 10
No trip.tripName field in TripCrudAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction-validation.xml 35
No trip.monDuration field in TripCrudAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction-validation.xml 43
No trip.evenDuration field in TripCrudAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction-validation.xml 59
No trip.noConfirmedTravellers field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 10
No trip.sourceLocation field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 34
No trip.tripName field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 41
No trip.destination field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 49
No trip.monDuration field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 58
No trip.evenDuration field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 75
No vehicle.regNo field in VehicleCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium VehicleCRUDAction-validation.xml 10
No vehicle.vehicleName field in VehicleCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium VehicleCRUDAction-validation.xml 25
No vehicle.totalSeats field in VehicleCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium VehicleCRUDAction-validation.xml 37
No device.aliasName field in DeviceCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium DeviceCRUDAction-validation.xml 11
No device.imeiNumber field in DeviceCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium DeviceCRUDAction-validation.xml 28
No device.mobileNumber field in DeviceCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium DeviceCRUDAction-validation.xml 49
No device.firmwareVersion field in DeviceCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium DeviceCRUDAction-validation.xml 62
No user.emailAddress field in MLoginGpsAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium MLoginGpsAction-validation.xml 10
No user.password field in MLoginGpsAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium MLoginGpsAction-validation.xml 24
No trip.noConfirmedTravellers field in TripCrudAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction-validation.xml 10
No trip.tripName field in TripCrudAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction-validation.xml 35
No trip.monDuration field in TripCrudAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction-validation.xml 43
No trip.evenDuration field in TripCrudAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction-validation.xml 59
No trip.noConfirmedTravellers field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 10
No trip.sourceLocation field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 34
No trip.tripName field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 41
No trip.destination field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 49
No trip.monDuration field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 58
No trip.evenDuration field in TripCrudAction1 for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium TripCrudAction1-validation.xml 75
No vehicle.regNo field in VehicleCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium VehicleCRUDAction-validation.xml 10
No vehicle.vehicleName field in VehicleCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium VehicleCRUDAction-validation.xml 25
No vehicle.totalSeats field in VehicleCRUDAction for validation Restore connections between actions and validation files in a project and bring them in correspondence with each other. Medium VehicleCRUDAction-validation.xml 37
 
Violation Recommendation Severity Resource Line
Subclass should override method If you want to override method of superclass, you should change signature method which belongs to subclass. Medium GeofencingDAO.java 135
 
Violation Recommendation Severity Resource Line
Attribute not specified as "qualified" Use qualified attributes. Medium PolygonRegion.wsdl 4
 
Violation Recommendation Severity Resource Line
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium AlertSettingsAction.java 182
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium AlertSettingsAction.java 199
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium UserProcessDAO.java 108
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium UserProcessDAO.java 108
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium UserProcessDAO.java 110
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium UserProcessDAO.java 112
 
Violation Recommendation Severity Resource Line
Method getTotalCount should be declared final Declare this method final. Medium BaseAction.java 18
Method setTotalCount should be declared final Declare this method final. Medium BaseAction.java 24
Method getCurrentCount should be declared final Declare this method final. Medium BaseAction.java 29
Method setCurrentCount should be declared final Declare this method final. Medium BaseAction.java 33
Method getFirst should be declared final Declare this method final. Medium BaseAction.java 37
Method setFirst should be declared final Declare this method final. Medium BaseAction.java 41
Method getLast should be declared final Declare this method final. Medium BaseAction.java 45
Method setLast should be declared final Declare this method final. Medium BaseAction.java 49
Method getCurrentTheme should be declared final Declare this method final. Medium BaseAction.java 54
Method setCurrentTheme should be declared final Declare this method final. Medium BaseAction.java 58
 
Violation Recommendation Severity Resource Line
Collection with a singular name Rename the variable so that its name is plural. Medium AlertSettingsAction.java 236
Collection with a singular name Rename the variable so that its name is plural. Medium AutoCompleteAction.java 32
Collection with a singular name Rename the variable so that its name is plural. Medium AutoCompleteAction.java 40
Collection with a singular name Rename the variable so that its name is plural. Medium AutoCompleteAction.java 133
Collection with a singular name Rename the variable so that its name is plural. Medium AutoCompleteAction.java 180
Collection with a singular name Rename the variable so that its name is plural. Medium CookieLoginAction.java 46
Collection with a singular name Rename the variable so that its name is plural. Medium CookieLoginAction.java 89
Collection with a singular name Rename the variable so that its name is plural. Medium CookieLoginAction.java 90
Collection with a singular name Rename the variable so that its name is plural. Medium CookieLoginAction.java 92
Collection with a singular name Rename the variable so that its name is plural. Medium CookieLoginAction.java 94
Collection with a singular name Rename the variable so that its name is plural. Medium CookieLoginAction.java 98
Collection with a singular name Rename the variable so that its name is plural. Medium CookieLoginAction.java 120
Collection with a singular name Rename the variable so that its name is plural. Medium CookieLoginAction.java 126
Collection with a singular name Rename the variable so that its name is plural. Medium CookieLoginAction.java 138
Collection with a singular name Rename the variable so that its name is plural. Medium DeviceCRUDAction.java 64
Collection with a singular name Rename the variable so that its name is plural. Medium DeviceCRUDAction.java 102
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 28
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 29
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 36
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 38
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 45
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 122
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 123
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 140
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 175
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 243
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 271
Collection with a singular name Rename the variable so that its name is plural. Medium FenceVehicleMapAction.java 313
Collection with a singular name Rename the variable so that its name is plural. Medium GeofenceAction.java 63
Collection with a singular name Rename the variable so that its name is plural. Medium GeofenceAction.java 65
Collection with a singular name Rename the variable so that its name is plural. Medium GeofenceAction.java 66
Collection with a singular name Rename the variable so that its name is plural. Medium GeofenceAction.java 67
Collection with a singular name Rename the variable so that its name is plural. Medium GeofenceAction.java 68
Collection with a singular name Rename the variable so that its name is plural. Medium GeofenceAction.java 69
Collection with a singular name Rename the variable so that its name is plural. Medium GeofenceAction.java 70
Collection with a singular name Rename the variable so that its name is plural. Medium GeofenceAction.java 71
Collection with a singular name Rename the variable so that its name is plural. Medium GeofenceAction.java 118
Collection with a singular name Rename the variable so that its name is plural. Medium HeaderForwardAction.java 44
Collection with a singular name Rename the variable so that its name is plural. Medium HolidayAction.java 49
Collection with a singular name Rename the variable so that its name is plural. Medium HolidayAction.java 50
Collection with a singular name Rename the variable so that its name is plural. Medium HolidayAction.java 51
Collection with a singular name Rename the variable so that its name is plural. Medium HolidayAction.java 279
Collection with a singular name Rename the variable so that its name is plural. Medium LogingpsAction.java 71
Collection with a singular name Rename the variable so that its name is plural. Medium LogingpsAction.java 85
Collection with a singular name Rename the variable so that its name is plural. Medium LogingpsAction.java 137
Collection with a singular name Rename the variable so that its name is plural. Medium LogingpsAction.java 147
Collection with a singular name Rename the variable so that its name is plural. Medium LogingpsAction.java 204
Collection with a singular name Rename the variable so that its name is plural. Medium MessageHandler.java 66
Collection with a singular name Rename the variable so that its name is plural. Medium MessageHandler.java 70
Collection with a singular name Rename the variable so that its name is plural. Medium MessageHandler.java 77
Collection with a singular name Rename the variable so that its name is plural. Medium MessageHandler.java 83
Collection with a singular name Rename the variable so that its name is plural. Medium MessageHandler.java 90
Collection with a singular name Rename the variable so that its name is plural. Medium MessageHandler.java 94
Collection with a singular name Rename the variable so that its name is plural. Medium MessageHandler.java 100
Collection with a singular name Rename the variable so that its name is plural. Medium MessageHandler.java 141
Collection with a singular name Rename the variable so that its name is plural. Medium MessageHandler.java 215
Collection with a singular name Rename the variable so that its name is plural. Medium MessageHandler.java 452
Collection with a singular name Rename the variable so that its name is plural. Medium MessageHandler.java 490
Collection with a singular name Rename the variable so that its name is plural. Medium MLoginGpsAction.java 44
Collection with a singular name Rename the variable so that its name is plural. Medium MLoginGpsAction.java 89
Collection with a singular name Rename the variable so that its name is plural. Medium MLoginGpsAction.java 90
Collection with a singular name Rename the variable so that its name is plural. Medium MLoginGpsAction.java 92
Collection with a singular name Rename the variable so that its name is plural. Medium MLoginGpsAction.java 94
Collection with a singular name Rename the variable so that its name is plural. Medium MLoginGpsAction.java 98
Collection with a singular name Rename the variable so that its name is plural. Medium MLoginGpsAction.java 120
Collection with a singular name Rename the variable so that its name is plural. Medium MLoginGpsAction.java 126
Collection with a singular name Rename the variable so that its name is plural. Medium MLoginGpsAction.java 138
Collection with a singular name Rename the variable so that its name is plural. Medium RFIDAction.java 185
Collection with a singular name Rename the variable so that its name is plural. Medium RFIDAction.java 272
Collection with a singular name Rename the variable so that its name is plural. Medium TemplateManager.java 244
Collection with a singular name Rename the variable so that its name is plural. Medium DailyTripRepDAO.java 44
Collection with a singular name Rename the variable so that its name is plural. Medium DailyTripRepDAO.java 50
Collection with a singular name Rename the variable so that its name is plural. Medium DailyTripRepDAO.java 123
Collection with a singular name Rename the variable so that its name is plural. Medium DeviceProcessDAO.java 46
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 17
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 39
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 60
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 61
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 98
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 122
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 138
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 140
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 141
Collection with a singular name Rename the variable so that its name is plural. Medium FenceUsersDAO.java 207
Collection with a singular name Rename the variable so that its name is plural. Medium HolidayProcessDAO.java 78
Collection with a singular name Rename the variable so that its name is plural. Medium MLoginGpsDAO.java 50
Collection with a singular name Rename the variable so that its name is plural. Medium ReportProcessDAO.java 50
Collection with a singular name Rename the variable so that its name is plural. Medium ReportProcessDAO.java 112
Collection with a singular name Rename the variable so that its name is plural. Medium ReportSummaryDAO.java 16
Collection with a singular name Rename the variable so that its name is plural. Medium ReportSummaryDAO.java 31
Collection with a singular name Rename the variable so that its name is plural. Medium RfHistoryDAO.java 20
Collection with a singular name Rename the variable so that its name is plural. Medium RfHistoryDAO.java 43
Collection with a singular name Rename the variable so that its name is plural. Medium RfHistoryDAO.java 70
Collection with a singular name Rename the variable so that its name is plural. Medium RfHistoryDAO.java 93
Collection with a singular name Rename the variable so that its name is plural. Medium RfHistoryDAO.java 123
Collection with a singular name Rename the variable so that its name is plural. Medium RoleProcessDAO.java 18
Collection with a singular name Rename the variable so that its name is plural. Medium RoleProcessDAO.java 44
Collection with a singular name Rename the variable so that its name is plural. Medium UserNotificationDAO.java 131
Collection with a singular name Rename the variable so that its name is plural. Medium UserNotificationDAO.java 164
Collection with a singular name Rename the variable so that its name is plural. Medium UserProcessDAO.java 28
Collection with a singular name Rename the variable so that its name is plural. Medium UserTripDAO.java 63
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleFenceDAO.java 29
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleFenceDAO.java 31
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleFenceDAO.java 133
 
Violation Recommendation Severity Resource Line
Missing Override Add the @Override annotation to this method. Medium LogingpsAction.java 105
Missing Override Add the @Override annotation to this method. Medium LogingpsAction.java 196
Missing Override Add the @Override annotation to this method. Medium LogingpsAction.java 204
Missing Override Add the @Override annotation to this method. Medium LogoutAction.java 40
 
Violation Recommendation Severity Resource Line
Getter does not return a value Either return a value from the method or rename the method so that its name does not imply that a value should be returned. Medium AlertSettingsAction.java 87
Setter does not have parameters Either rewrite the method so that it declares a parameter for the value being set, or rename the method so that its name does not imply that a value is being set. Medium FenceVehicleMapAction.java 173
Getter does not return a value Either return a value from the method or rename the method so that its name does not imply that a value should be returned. Medium ReportRefDAO.java 28
 
Violation Recommendation Severity Resource Line
Use a valid schema namespace Use a valid schema namespace. Medium PolygonRegion.wsdl 4
 
Violation Recommendation Severity Resource Line
The value returned by saveSettings is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AlertSettingsAction.java 158
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DeviceCRUDAction.java 153
The value returned by Add is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DeviceCRUDAction.java 253
The value returned by put is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HolidayAction.java 236
The value returned by put is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HolidayAction.java 237
The value returned by deleteCharAt is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium MessageHandler.java 194
The value returned by calcCurrentSession is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium RFIDAction.java 278
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DailyTripRepDAO.java 82
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DailyTripRepDAO.java 84
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DailyTripRepDAO.java 90
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DailyTripRepDAO.java 91
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DailyTripRepDAO.java 92
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DeviceProcessDAO.java 63
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium DeviceProcessDAO.java 157
The value returned by setFirstResult is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GeofencingDAO.java 60
The value returned by setMaxResults is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GeofencingDAO.java 61
The value returned by executeUpdate is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium GeofencingDAO.java 145
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HolidayProcessDAO.java 58
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HolidayProcessDAO.java 89
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium HolidayProcessDAO.java 118
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ReportProcessDAO.java 80
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ReportProcessDAO.java 82
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ReportProcessDAO.java 95
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ReportProcessDAO.java 96
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ReportProcessDAO.java 97
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ReportProcessDAO.java 98
The value returned by getTripfromtime is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ReportProcessDAO.java 122
The value returned by getRfHistoryUsers is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium RfHistoryDAO.java 151
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium SettingsDAO.java 55
The value returned by saveSettings is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium SettingsDAO.java 89
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium UserNotificationDAO.java 56
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium UserNotificationDAO.java 75
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium UserNotificationDAO.java 81
The value returned by allColorcode is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium UserProcessDAO.java 147
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium UserTripDAO.java 65
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium VehicleFenceDAO.java 36
The value returned by deleteCharAt is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium VehicleProcessDAO.java 109
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium VehicleProcessDAO.java 154
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium VehicleProcessDAO.java 163
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AccountDAO.java 43
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AccountDAO.java 96
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AccountsDAO.java 30
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AccountsDAO.java 83
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AddressDAO.java 45
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AddressDAO.java 98
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsdeliveryDAO.java 36
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsdeliveryDAO.java 89
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsentryDAO.java 43
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsentryDAO.java 96
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsflagDAO.java 34
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AnnouncementsflagDAO.java 87
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AutoPkSupportDAO.java 30
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium AutoPkSupportDAO.java 83
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BlogsentryDAO.java 41
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BlogsentryDAO.java 94
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BlogsstatsuserDAO.java 37
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BlogsstatsuserDAO.java 90
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BookmarksentryDAO.java 40
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BookmarksentryDAO.java 93
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BookmarksfolderDAO.java 37
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BookmarksfolderDAO.java 90
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BrowsertrackerDAO.java 31
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium BrowsertrackerDAO.java 84
The value returned by save is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CaleventDAO.java 47
The value returned by setParameter is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CaleventDAO.java 100
 
Violation Recommendation Severity Resource Line
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegion.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegion.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegion.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegion.wsdl 2
Use a valid WSDL namespace Use a valid WSDL namespace. Medium PolygonRegion.wsdl 2
 
Violation Recommendation Severity Resource Line
Plural type name Rename the type to have a singular name. Medium Commons.java 6
Plural type name Rename the type to have a singular name. Medium Accounts.java 9
Plural type name Rename the type to have a singular name. Medium Address.java 11
 
Violation Recommendation Severity Resource Line
Type with name ending in "Exception" not derived from java.lang.Exception: LoginIDDoesNotMatchException Rename the class from "LoginIDDoesNotMatchException" to "LoginIDDoesNotMatch" to remove the suffix. Medium LoginIDDoesNotMatchException.java 3
Type with name ending in "Exception" not derived from java.lang.Exception: PassworDoesNotMatchException Rename the class from "PassworDoesNotMatchException" to "PassworDoesNotMatch" to remove the suffix. Medium PassworDoesNotMatchException.java 3
 
Violation Recommendation Severity Resource Line
Missing block in if clause: vehicles =new ArrayList<VehicleDetails>(vDAO.getUserVehicles(user)); Add a block around the body of the if clause. Medium AlertSettingsAction.java 58
Missing block in else clause: vehicles=vDAO.getVehiclesofOrg(String.valueOf(organizationId)); Add a block around the body of the else clause. Medium AlertSettingsAction.java 60
Missing block in if clause: return SUCCESS; Add a block around the body of the if clause. Medium AlertSettingsAction.java 67
Missing block in if clause: vehicles =new ArrayList<VehicleDetails>(vDAO.getUserVehicles(user)); Add a block around the body of the if clause. Medium AlertSettingsAction.java 145
Missing block in else clause: vehicles=vDAO.getVehiclesofOrg(String.valueOf(organizationId)); Add a block around the body of the else clause. Medium AlertSettingsAction.java 147
Missing block in if clause: log.info("Data updated succesfully"); Add a block around the body of the if clause. Medium AlertSettingsAction.java 164
Missing block in else clause: log.info("Error updating data"); Add a block around the body of the else clause. Medium AlertSettingsAction.java 166
Missing block in if clause: mobileNumber+= ", "; Add a block around the body of the if clause. Medium AlertSettingsAction.java 177
Missing block in if clause: successMessage ="Your request will be processed shortly."; Add a block around the body of the if clause. Medium AlertSettingsAction.java 209
Missing block in else clause: successMessage ="Error processing request.Try again after sometimes"; Add a block around the body of the else clause. Medium AlertSettingsAction.java 211
Missing block in if clause: log.info(""+trips.size()); Add a block around the body of the if clause. Medium AutoCompleteAction.java 65
Missing block in if clause: val="toadd"; Add a block around the body of the if clause. Medium DeviceCRUDAction.java 146
Missing block in if clause: try { DeviceProcessDAO dpdao=new DeviceProcessDAO(); dpdao.getSession().close(); if(user==null) { // log.info("User is null"); } else { //log.info("User role is :"+rdao.getRole(user.getRoles())); // log.info("User role is :"+user.getRole()); if(rdao.isOrganizationHead(user.getRoles())) { // // // if(user.getRole().equals("admin")) // { // log.info("In search method"); // log.info(getFirst()+","+getLast()); // // vehicles=vpdao.searchTrips(null, null,null,null,null,user,getFirst(),getLast()); deviceList=dpdao.Search(null,null,null,null,user,getFirst(),getLast()); setCurrentCount(dpdao.findTotal(null, null)); } } val= "tosearch"; } catch(Exception e) { e.printStackTrace(); val= "tosearch"; } Add a block around the body of the if clause. Medium DeviceCRUDAction.java 150
Missing block in if clause: trip = tripList.get(0); Add a block around the body of the if clause. Medium FenceVehicleMapAction.java 188
Missing block in if clause: fences+="%"; Add a block around the body of the if clause. Medium FenceVehicleMapAction.java 206
Missing block in if clause: trip = tripList.get(0); Add a block around the body of the if clause. Medium GeofenceAction.java 134
Missing block in for statement: defaultDays[i]=""; Add a block around the body of the for statement. Medium HolidayAction.java 131
Missing block in if clause: fuel_value=(String)expandoBridge.getAttribute("fuel"); Add a block around the body of the if clause. Medium LogingpsAction.java 161
Missing block in if clause: rfid_value=(String)expandoBridge.getAttribute("rfid"); Add a block around the body of the if clause. Medium LogingpsAction.java 163
Missing block in if clause: fence_report=(String)expandoBridge.getAttribute("fence-report"); Add a block around the body of the if clause. Medium LogingpsAction.java 165
Missing block in if clause: vehicle_fence=(String)expandoBridge.getAttribute("vehicle-fence"); Add a block around the body of the if clause. Medium LogingpsAction.java 167
Missing block in if clause: templatesList.add(updatedTemplate); Add a block around the body of the if clause. Medium MessageHandler.java 249
Missing block in if clause: qry.setParameter("paramStart", dynamicQuery.getParamStart()); Add a block around the body of the if clause. Medium DailyTripRepDAO.java 82
Missing block in if clause: qry.setParameter("paramEnd", dynamicQuery.getParamEnd()); Add a block around the body of the if clause. Medium DailyTripRepDAO.java 84
Missing block in if clause: throw new DuplicateMobileNumberException("Duplicate mobile number!!"); Add a block around the body of the if clause. Medium DeviceProcessDAO.java 83
Missing block in if clause: throw new DuplicateAliasNameException("Device name exists ,Please choose another name!!"); Add a block around the body of the if clause. Medium DeviceProcessDAO.java 85
Missing block in else clause: throw new DuplicateDeviceNameException("A device with this imeinumber exists ,Please choose another one!!"); Add a block around the body of the else clause. Medium DeviceProcessDAO.java 87
Missing block in for statement: log.info(userFenceList.get(i)+","+userFenceList.size()); Add a block around the body of the for statement. Medium FenceUsersDAO.java 48
Missing block in if clause: users = this.getAllFenceUsers(fences); Add a block around the body of the if clause. Medium FenceUsersDAO.java 70
Missing block in else clause: users = students; Add a block around the body of the else clause. Medium FenceUsersDAO.java 72
Missing block in if clause: log.info("User LIst size"+userExpectedList.size()); Add a block around the body of the if clause. Medium FenceUsersDAO.java 86
Missing block in if clause: users = users+","; Add a block around the body of the if clause. Medium FenceUsersDAO.java 110
Missing block in if clause: userIds=userIds+userActualList.get(i).getUserId().toString()+","; Add a block around the body of the if clause. Medium FenceUsersDAO.java 152
Missing block in if clause: userIds = userIds.substring(0, userIds.length()-1); Add a block around the body of the if clause. Medium FenceUsersDAO.java 157
Missing block in if clause: userList = (ArrayList<Long>) session.createQuery("select distinct(ug.user.userId) from com.gps.hibernate.UsersTrips as ut , com.gps.hibernate.UserGrades as ug where ut.user.userId=ug.user.userId and ut.tripDetails.tripid="+tripId+" and ug.grade like '"+grade+"' order by ug.user.userId").list(); Add a block around the body of the if clause. Medium FenceUsersDAO.java 214
Missing block in if clause: userList = (ArrayList<Long>) session.createQuery("select distinct(ug.user.userId) from com.gps.hibernate.UserGrades as ug where ug.grade like '"+grade+"' order by ug.user.userId").list(); Add a block around the body of the if clause. Medium FenceUsersDAO.java 216
Missing block in else clause: userList = (ArrayList<Long>) session.createQuery("select distinct(ut.user.userId) from com.gps.hibernate.UsersTrips as ut where ut.tripDetails.tripid="+tripId+" order by ut.user.userId").list(); Add a block around the body of the else clause. Medium FenceUsersDAO.java 218
Missing block in else clause: return null; Add a block around the body of the else clause. Medium MLoginGpsDAO.java 107
Missing block in if clause: paramQueryBuilder.append(" where t.event_code=:eventCode"); Add a block around the body of the if clause. Medium ReportProcessDAO.java 71
Missing block in if clause: paramQuery.setParameter("paramStart", dynamicQuery.getParamStart()); Add a block around the body of the if clause. Medium ReportProcessDAO.java 80
Missing block in if clause: paramQuery.setParameter("paramEnd", dynamicQuery.getParamEnd()); Add a block around the body of the if clause. Medium ReportProcessDAO.java 82
Missing block in if clause: paramQueryBuilder.append(" where t.event_code=:eventCode"); Add a block around the body of the if clause. Medium ReportProcessDAO.java 90
Missing block in if clause: paramQuery.setParameter("eventCode", event); Add a block around the body of the if clause. Medium ReportProcessDAO.java 95
Missing block in if clause: info = session.createQuery("select new com.gps.dto.RFIDInfoHistoryDTO(u.user.userId,concat(u.user.firstName,concat(' ',u.user.lastName)),ug.mobile_no,h.insertionTime,ug.geofence.landmark,ug.geofence.tripDetails.tripName,h.session) from com.gps.hibernate.RfidHistory as h , com.gps.hibernate.UserRfid as u , com.gps.hibernate.UsersGeofence ug where ug.user.userId = u.user.userId and u.rfidNo=h.userRfid and u.user.firstName like '"+name.split(" ")[0]+"' and u.user.lastName like '"+name.split(" ")[1]+"' and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' and DATE(h.insertionTime) >='"+from+"' and DATE(h.insertionTime)<='"+to+"' group by u.user.userId,h.insertionTime,h.session order by u.user.userId,h.insertionTime").list(); Add a block around the body of the if clause. Medium RfHistoryDAO.java 50
Missing block in if clause: info = session.createQuery("select new com.gps.dto.RFIDInfoHistoryDTO(u.user.userId,concat(u.user.firstName,concat(' ',u.user.lastName)),ug.mobile_no,h.insertionTime,ug.geofence.landmark,ug.geofence.tripDetails.tripName,h.session) from com.gps.hibernate.RfidHistory as h , com.gps.hibernate.UserRfid as u ,com.gps.hibernate.UserGrades userg,com.gps.hibernate.UsersGeofence ug where ug.user.userId = u.user.userId and ug.geofence.tripDetails.tripid="+tripId+" and ug.user.userId = userg.user.userId and userg.grade like '"+grade+"' and u.rfidNo=h.userRfid and u.user.firstName like '"+name.split(" ")[0]+"' and u.user.lastName like '"+name.split(" ")[1]+"' and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' and DATE(h.insertionTime) >='"+from+"' and DATE(h.insertionTime)<='"+to+"' group by u.user.userId,h.insertionTime,h.session order by u.user.userId,h.insertionTime").list(); Add a block around the body of the if clause. Medium RfHistoryDAO.java 52
Missing block in if clause: info = session.createQuery("select new com.gps.dto.RFIDInfoHistoryDTO(u.user.userId,concat(u.user.firstName,concat(' ',u.user.lastName)),ug.mobile_no,h.insertionTime,ug.geofence.landmark,ug.geofence.tripDetails.tripName,h.session) from com.gps.hibernate.RfidHistory as h , com.gps.hibernate.UserRfid as u ,com.gps.hibernate.UserGrades userg,com.gps.hibernate.UsersGeofence ug where ug.user.userId = u.user.userId and ug.user.userId = userg.user.userId and userg.grade like '"+grade+"' and u.rfidNo=h.userRfid and u.user.firstName like '"+name.split(" ")[0]+"' and u.user.lastName like '"+name.split(" ")[1]+"' and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' and DATE(h.insertionTime) >='"+from+"' and DATE(h.insertionTime)<='"+to+"' group by u.user.userId,h.insertionTime,h.session order by u.user.userId,h.insertionTime").list(); Add a block around the body of the if clause. Medium RfHistoryDAO.java 54
Missing block in else clause: info = session.createQuery("select new com.gps.dto.RFIDInfoHistoryDTO(u.user.userId,concat(u.user.firstName,concat(' ',u.user.lastName)),ug.mobile_no,h.insertionTime,ug.geofence.landmark,ug.geofence.tripDetails.tripName,h.session) from com.gps.hibernate.RfidHistory as h , com.gps.hibernate.UserRfid as u ,com.gps.hibernate.UserGrades userg,com.gps.hibernate.UsersGeofence ug where ug.user.userId = u.user.userId and ug.geofence.tripDetails.tripid="+tripId+" and u.rfidNo=h.userRfid and u.user.firstName like '"+name.split(" ")[0]+"' and u.user.lastName like '"+name.split(" ")[1]+"' and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' and DATE(h.insertionTime) >='"+from+"' and DATE(h.insertionTime)<='"+to+"' group by u.user.userId,h.insertionTime,h.session order by u.user.userId,h.insertionTime").list(); Add a block around the body of the else clause. Medium RfHistoryDAO.java 56
Missing block in if clause: rfUserHistory = (ArrayList<Long>) sess.createQuery("select u.user.userId from UserRfid as u,com.gps.hibernate.UserGrades as ug,com.gps.hibernate.UsersGeofence as fence where u.rfidNo IN(select r.userRfid from com.gps.hibernate.RfidHistory as r where r.insertionTime>='"+from+"' and r.insertionTime<='"+to+"' and r.session like '"+session+"') and ug.user.userId=u.user.userId and u.user.userId=fence.user.userId and fence.geofence.tripDetails.tripid="+tripid+" and ug.grade like '"+grade+"' group by u.user.userId order by u.user.userId ").list(); Add a block around the body of the if clause. Medium RfHistoryDAO.java 78
Missing block in if clause: users = fenceDAO.getAllFenceUsers(fences); Add a block around the body of the if clause. Medium RfHistoryDAO.java 103
Missing block in else clause: users = students; Add a block around the body of the else clause. Medium RfHistoryDAO.java 105
Missing block in if clause: log.info("User LIst size"+userActualList.size()); Add a block around the body of the if clause. Medium RfHistoryDAO.java 111
Missing block in if clause: log.info("User LIst size"+userActualList.size()); Add a block around the body of the if clause. Medium RfHistoryDAO.java 135
Missing block in else clause: isUser = false; Add a block around the body of the else clause. Medium RoleProcessDAO.java 57
Missing block in else clause: isUser = false; Add a block around the body of the else clause. Medium RoleProcessDAO.java 77
Missing block in if clause: return speedParams.get(0); Add a block around the body of the if clause. Medium SettingsDAO.java 77
Missing block in if clause: students = sess.createSQLQuery("select concat(u.firstName,concat(' ',u.lastName)) as username from user_ u join users_orgs uo join users_trips ut join trip_details t join user_grade ug where u.userId=uo.userId and uo.organizationId="+orgId+" and ug.userId=u.userId and ug.grade like '"+grade+"' and t.trip_name like '"+bus+"' and t.tripid=ut.tripid and u.userId=ut.userId and u.firstName like '"+name+"%' order by u.userId ").list(); Add a block around the body of the if clause. Medium UserProcessDAO.java 109
Missing block in if clause: students = sess.createSQLQuery("select concat(u.firstName,concat(' ',u.lastName)) as username from user_ u join users_orgs uo join users_trips ut join trip_details t where u.userId=uo.userId and uo.organizationId="+orgId+" and t.trip_name like '"+bus+"' and t.tripid=ut.tripid and u.userId=ut.userId and u.firstName like '"+name+"%' order by u.userId ").list(); Add a block around the body of the if clause. Medium UserProcessDAO.java 111
Missing block in if clause: students = sess.createSQLQuery("select concat(u.firstName,concat(' ',u.lastName)) as username from user_ u join users_orgs uo join user_grade ug where u.userId=uo.userId and uo.organizationId="+orgId+" and ug.userId=u.userId and ug.grade like '"+grade+"' and u.firstName like '"+name+"%' order by u.userId ").list(); Add a block around the body of the if clause. Medium UserProcessDAO.java 113
Missing block in else clause: students = sess.createSQLQuery("select concat(u.firstName,concat(' ',u.lastName)) as username from user_ u join users_orgs uo where u.userId=uo.userId and uo.organizationId="+orgId+" and u.firstName like '"+name+"%' order by u.userId ").list(); Add a block around the body of the else clause. Medium UserProcessDAO.java 115
Missing block in if clause: chkdList.add(geoVehicle.getVehicleDetails()); Add a block around the body of the if clause. Medium VehicleFenceDAO.java 43
Missing block in if clause: tx.rollback(); Add a block around the body of the if clause. Medium VehicleFenceDAO.java 83
Missing block in else clause: log.info("Session is not null"); Add a block around the body of the else clause. Medium VehicleProcessDAO.java 85
Missing block in if clause: throw new DuplicateVehicleNameException("A vehicle with current name already exists for the organization!"); Add a block around the body of the if clause. Medium VehicleProcessDAO.java 169
Missing block in else clause: throw new DuplicateRegisterNumberException("Vehicle Exists ,Please choose another one!"); Add a block around the body of the else clause. Medium VehicleProcessDAO.java 171
Missing block in if clause: speed=0.0; Add a block around the body of the if clause. Medium SpeedParamDTO.java 72
Missing block in if clause: speed=0.0; Add a block around the body of the if clause. Medium TripDistanceDTO.java 188
Missing block in if clause: return true; Add a block around the body of the if clause. Medium AccountsId.java 48
Missing block in if clause: return false; Add a block around the body of the if clause. Medium AccountsId.java 50
Missing block in if clause: return false; Add a block around the body of the if clause. Medium AccountsId.java 52
Missing block in if clause: return true; Add a block around the body of the if clause. Medium AutoPkSupportId.java 48
Missing block in if clause: return false; Add a block around the body of the if clause. Medium AutoPkSupportId.java 50
Missing block in if clause: return false; Add a block around the body of the if clause. Medium AutoPkSupportId.java 52
Missing block in if clause: out.println(vv Add a block around the body of the if clause. Medium mapajax.jsp 15
Missing block in if clause: out.println(vv Add a block around the body of the if clause. Medium mapajax.jsp 15
 
Violation Recommendation Severity Resource Line
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium AutoCompleteAction.java 30
Method should be declared as Map Change the declared type to be the appropriate interface. Medium AutoCompleteAction.java 143
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium AutoCompleteAction.java 152
Variable should be declared as List<String> Change the declared type to be the appropriate interface. Medium FenceVehicleMapAction.java 123
Method should be declared as List<Long> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 14
Variable should be declared as List<Long> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 17
Method should be declared as List<Long> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 36
Variable should be declared as List<Long> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 39
Variable should be declared as List<Long> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 61
Variable should be declared as List<Long> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 98
Method should be declared as List<Integer> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 120
Variable should be declared as List<Integer> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 122
Method should be declared as List<Long> Change the declared type to be the appropriate interface. Medium FenceUsersDAO.java 205
Method should be declared as List<Long> Change the declared type to be the appropriate interface. Medium RfHistoryDAO.java 17
Variable should be declared as List<Long> Change the declared type to be the appropriate interface. Medium RfHistoryDAO.java 20
Method should be declared as List<Long> Change the declared type to be the appropriate interface. Medium RfHistoryDAO.java 67
Variable should be declared as List<Long> Change the declared type to be the appropriate interface. Medium RfHistoryDAO.java 70
 
Violation Recommendation Severity Resource Line
Dangling else clause Enclose the then clause in a block. Medium AlertSettingsAction.java 59
Dangling else clause Enclose the then clause in a block. Medium AlertSettingsAction.java 68
Dangling else clause Enclose the then clause in a block. Medium AlertSettingsAction.java 146
Dangling else clause Enclose the then clause in a block. Medium AlertSettingsAction.java 165
Dangling else clause Enclose the then clause in a block. Medium AlertSettingsAction.java 210
Dangling else clause Enclose the then clause in a block. Medium DeviceCRUDAction.java 147
Dangling else clause Enclose the then clause in a block. Medium DeviceCRUDAction.java 185
Dangling else clause Enclose the then clause in a block. Medium DeviceProcessDAO.java 84
Dangling else clause Enclose the then clause in a block. Medium DeviceProcessDAO.java 86
Dangling else clause Enclose the then clause in a block. Medium FenceUsersDAO.java 71
Dangling else clause Enclose the then clause in a block. Medium FenceUsersDAO.java 215
Dangling else clause Enclose the then clause in a block. Medium FenceUsersDAO.java 217
Dangling else clause Enclose the then clause in a block. Medium RfHistoryDAO.java 51
Dangling else clause Enclose the then clause in a block. Medium RfHistoryDAO.java 53
Dangling else clause Enclose the then clause in a block. Medium RfHistoryDAO.java 55
Dangling else clause Enclose the then clause in a block. Medium RfHistoryDAO.java 104
Dangling else clause Enclose the then clause in a block. Medium UserProcessDAO.java 110
Dangling else clause Enclose the then clause in a block. Medium UserProcessDAO.java 112
Dangling else clause Enclose the then clause in a block. Medium UserProcessDAO.java 114
Dangling else clause Enclose the then clause in a block. Medium VehicleProcessDAO.java 170
 
Violation Recommendation Severity Resource Line
String literal can be replaced by a character literal Replace the string literal with a character literal. Medium FenceUsersDAO.java 156
 
Violation Recommendation Severity Resource Line
Use compound assignment Replace the assignment with a compound assignment. Medium FenceVehicleMapAction.java 204
Use compound assignment Replace the assignment with a compound assignment. Medium FenceUsersDAO.java 108
Use compound assignment Replace the assignment with a compound assignment. Medium FenceUsersDAO.java 110
Use compound assignment Replace the assignment with a compound assignment. Medium FenceUsersDAO.java 152
Use compound assignment Replace the assignment with a compound assignment. Medium SpeedParamDTO.java 70
Use compound assignment Replace the assignment with a compound assignment. Medium TripDistanceDTO.java 186
 
Violation Recommendation Severity Resource Line
No locale Add a locale parameter to the method call. Medium GpsSecurity.java 157
No locale Add a locale parameter to the method call. Medium GpsSecurity.java 157
 
Violation Recommendation Severity Resource Line
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 65
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 69
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 75
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 102
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 109
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 149
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 150
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 174
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 177
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 183
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 184
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 184
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 185
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 185
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 189
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 190
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 190
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 191
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 191
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 194
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AlertSettingsAction.java 195
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoCompleteAction.java 49
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoCompleteAction.java 55
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoCompleteAction.java 65
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoCompleteAction.java 91
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CookieLoginAction.java 152
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceVehicleMapAction.java 185
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceVehicleMapAction.java 191
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceVehicleMapAction.java 192
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceVehicleMapAction.java 198
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceVehicleMapAction.java 204
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceVehicleMapAction.java 206
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofenceAction.java 101
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofenceAction.java 131
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofenceAction.java 137
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofenceAction.java 138
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium HolidayAction.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium HolidayAction.java 167
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium HolidayAction.java 239
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LogingpsAction.java 168
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessageHandler.java 112
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessageHandler.java 153
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessageHandler.java 183
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessageHandler.java 192
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessageHandler.java 192
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessageHandler.java 199
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessageHandler.java 214
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessageHandler.java 220
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MLoginGpsAction.java 146
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MLoginGpsAction.java 167
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MLoginGpsAction.java 172
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RFIDAction.java 101
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RFIDAction.java 102
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RFIDAction.java 124
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RFIDAction.java 168
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RFIDAction.java 193
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium TemplateManager.java 268
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceBO.java 9
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DailyTripRepDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DailyTripRepDAO.java 96
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DailyTripRepDAO.java 107
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DailyTripRepDAO.java 134
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviceProcessDAO.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviceProcessDAO.java 122
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium DeviceProcessDAO.java 131
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 22
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 26
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 45
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 48
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 74
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 75
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 75
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 86
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 105
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 108
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 110
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 127
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 128
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 152
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 160
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 160
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 194
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 212
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 214
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 216
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium FenceUsersDAO.java 218
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofencingDAO.java 58
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofencingDAO.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofencingDAO.java 116
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofencingDAO.java 144
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofencingDAO.java 177
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofencingDAO.java 201
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium GeofencingDAO.java 209
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LoginGpsDAO.java 40
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LoginGpsDAO.java 47
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium LoginGpsDAO.java 49
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessagesDAO.java 36
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessagesDAO.java 43
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessagesDAO.java 45
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MessagesDAO.java 58
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MLoginGpsDAO.java 86
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MLoginGpsDAO.java 97
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium MLoginGpsDAO.java 102
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportProcessDAO.java 61
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportProcessDAO.java 117
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportProcessDAO.java 118
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportSummaryDAO.java 19
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportSummaryDAO.java 23
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportSummaryDAO.java 34
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium ReportSummaryDAO.java 38
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 26
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 27
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 52
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 54
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 56
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 58
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 75
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 107
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 108
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 111
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 132
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RfHistoryDAO.java 135
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium RoleProcessDAO.java 36
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium SettingsDAO.java 35
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium SettingsDAO.java 72
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserNotificationDAO.java 44
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserNotificationDAO.java 62
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserNotificationDAO.java 66
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserNotificationDAO.java 95
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserNotificationDAO.java 140
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserNotificationDAO.java 143
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserProcessDAO.java 34
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserProcessDAO.java 93
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserProcessDAO.java 109
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserProcessDAO.java 111
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserProcessDAO.java 113
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserProcessDAO.java 115
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserProcessDAO.java 129
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserProcessDAO.java 141
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium UserTripDAO.java 70
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleFenceDAO.java 39
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleFenceDAO.java 86
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleFenceDAO.java 110
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleFenceDAO.java 136
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleFenceReportDAO.java 20
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 53
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 104
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 116
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 124
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 125
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 167
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 213
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 223
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 230
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium VehicleProcessDAO.java 238
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountDAO.java 63
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountDAO.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountDAO.java 93
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountsDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountsDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountsDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AccountsDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AddressDAO.java 65
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AddressDAO.java 82
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AddressDAO.java 92
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AddressDAO.java 95
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsdeliveryDAO.java 56
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsdeliveryDAO.java 73
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsdeliveryDAO.java 83
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsdeliveryDAO.java 86
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsentryDAO.java 63
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsentryDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsentryDAO.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsentryDAO.java 93
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsflagDAO.java 54
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsflagDAO.java 71
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsflagDAO.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AnnouncementsflagDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoPkSupportDAO.java 50
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoPkSupportDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoPkSupportDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium AutoPkSupportDAO.java 80
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsentryDAO.java 61
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsentryDAO.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsentryDAO.java 88
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsentryDAO.java 91
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsstatsuserDAO.java 57
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsstatsuserDAO.java 74
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsstatsuserDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BlogsstatsuserDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksentryDAO.java 60
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksentryDAO.java 77
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksentryDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksentryDAO.java 90
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksfolderDAO.java 57
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksfolderDAO.java 74
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksfolderDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BookmarksfolderDAO.java 87
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BrowsertrackerDAO.java 51
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BrowsertrackerDAO.java 68
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BrowsertrackerDAO.java 78
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium BrowsertrackerDAO.java 81
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CaleventDAO.java 67
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CaleventDAO.java 84
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CaleventDAO.java 94
Cannot concatenate Strings Use the class MessageFormat to construct the string based on a pattern that can be localized for each locale. Medium CaleventDAO.java 97
 
Violation Recommendation Severity Resource Line
Should not compare values using the not equals (!=) operator Replace the comparison with an invocation of equals(). Medium DailyTripRepDAO.java 76
Should not compare values using the not equals (!=) operator Replace the comparison with an invocation of equals(). Medium DailyTripRepDAO.java 81
Should not compare values using the not equals (!=) operator Replace the comparison with an invocation of equals(). Medium DailyTripRepDAO.java 83
Should not compare values using the not equals (!=) operator Replace the comparison with an invocation of equals(). Medium ReportProcessDAO.java 65
Should not compare values using the not equals (!=) operator Replace the comparison with an invocation of equals(). Medium ReportProcessDAO.java 79
Should not compare values using the not equals (!=) operator Replace the comparison with an invocation of equals(). Medium ReportProcessDAO.java 81
Should not compare values using the not equals (!=) operator Replace the comparison with an invocation of equals(). Medium UserProcessDAO.java 108
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium AccountsId.java 55
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium AccountsId.java 59
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium AutoPkSupportId.java 55
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium AutoPkSupportId.java 59
 
Violation Recommendation Severity Resource Line
Invalid constant name: "logger" starts with lowercase letters Rename the field from "logger" to "LOGGER". Medium GpsSecurity.java 35
Invalid constant name: "error" starts with lowercase letters Rename the field from "error" to "ERROR". Medium MLoginGpsDAO.java 42
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium SettingsDAO.java 16
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AccountDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AccountsDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AddressDAO.java 24
Invalid constant name: "STREET1" ends with digits Rename the field from "STREET1" to "STREET". Medium AddressDAO.java 31
Invalid constant name: "STREET2" ends with digits Rename the field from "STREET2" to "STREET". Medium AddressDAO.java 32
Invalid constant name: "STREET3" ends with digits Rename the field from "STREET3" to "STREET". Medium AddressDAO.java 33
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AnnouncementsdeliveryDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AnnouncementsentryDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AnnouncementsflagDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium AutoPkSupportDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium BlogsentryDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium BlogsstatsuserDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium BookmarksentryDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium BookmarksfolderDAO.java 24
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium BrowsertrackerDAO.java 23
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium CaleventDAO.java 24
 
Violation Recommendation Severity Resource Line
Invalid exception parameter name: "de" Rename the exception parameter. Medium DeviceCRUDAction.java 259
Invalid exception parameter name: "dae" Rename the exception parameter. Medium DeviceCRUDAction.java 266
Invalid exception parameter name: "dme" Rename the exception parameter. Medium DeviceCRUDAction.java 273
Invalid exception parameter name: "exp" Rename the exception parameter. Medium TemplateManager.java 259
Invalid exception parameter name: "exp" Rename the exception parameter. Medium TemplateManager.java 273
Invalid exception parameter name: "exp" Rename the exception parameter. Medium MessagesDAO.java 89
Invalid exception parameter name: "ce" Rename the exception parameter. Medium UserNotificationDAO.java 90
 
Violation Recommendation Severity Resource Line
Invalid local variable name: "MgrObj" starts with uppercase letters Rename the variable. Medium MessageHandler.java 245
Invalid local variable name: "OrganizationId" starts with uppercase letters Rename the variable. Medium TemplateManager.java 250
Invalid local variable name: "VehId" starts with uppercase letters Rename the variable. Medium DailyTripRepDAO.java 115
Invalid local variable name: "FromDate" starts with uppercase letters Rename the variable. Medium DailyTripRepDAO.java 115
Invalid local variable name: "ToDate" starts with uppercase letters Rename the variable. Medium DailyTripRepDAO.java 115
Invalid local variable name: "Trip" starts with uppercase letters Rename the variable. Medium GeofencingDAO.java 200
Invalid local variable name: "ReportSummaryList" starts with uppercase letters Rename the variable. Medium ReportSummaryDAO.java 16
Invalid local variable name: "ReportSummaryList" starts with uppercase letters Rename the variable. Medium ReportSummaryDAO.java 31
Invalid local variable name: "CreationTime" starts with uppercase letters Rename the variable. Medium FuelFilter.java 34
 
Violation Recommendation Severity Resource Line
Invalid loop variable name: "n" Rename the variable to a name that is on the list. Medium GpsSecurity.java 155
 
Violation Recommendation Severity Resource Line
Invalid method parameter name: "OrganizationId" starts with uppercase letters Rename the method parameter from "OrganizationId" to "organizationId". Medium TemplateManager.java 250
Invalid method parameter name: "VehId" starts with uppercase letters Rename the method parameter from "VehId" to "vehId". Medium DailyTripRepDAO.java 115
Invalid method parameter name: "FromDate" starts with uppercase letters Rename the method parameter from "FromDate" to "fromDate". Medium DailyTripRepDAO.java 115
Invalid method parameter name: "ToDate" starts with uppercase letters Rename the method parameter from "ToDate" to "toDate". Medium DailyTripRepDAO.java 115
Invalid method parameter name: "Trip" starts with uppercase letters Rename the method parameter from "Trip" to "trip". Medium GeofencingDAO.java 200
Invalid method parameter name: "CreationTime" starts with uppercase letters Rename the method parameter from "CreationTime" to "creationTime". Medium FuelFilter.java 34
 
Violation Recommendation Severity Resource Line
Invalid method name: "SendMessage" starts with uppercase letters Rename the method from "SendMessage" to "sendMessage". Medium MessageHandler.java 231
Invalid method name: "ToRfidSearch" starts with uppercase letters Rename the method from "ToRfidSearch" to "toRfidSearch". Medium RFIDAction.java 46
Invalid method name: "FetchHistory" starts with uppercase letters Rename the method from "FetchHistory" to "fetchHistory". Medium TemplateManager.java 250
Invalid method name: "UpdateHistory" starts with uppercase letters Rename the method from "UpdateHistory" to "updateHistory". Medium TemplateManager.java 266
Invalid method name: "Add" starts with uppercase letters Rename the method from "Add" to "add". Medium DeviceProcessDAO.java 57
Invalid method name: "Add" starts with uppercase letters Rename the method from "Add" to "add". Medium HolidayProcessDAO.java 42
Invalid method name: "SaveTemplate" starts with uppercase letters Rename the method from "SaveTemplate" to "saveTemplate". Medium MessagesDAO.java 57
Invalid method name: "FetchReportSummary" starts with uppercase letters Rename the method from "FetchReportSummary" to "fetchReportSummary". Medium ReportSummaryDAO.java 14
Invalid method name: "FetchReportSummaryForAll" starts with uppercase letters Rename the method from "FetchReportSummaryForAll" to "fetchReportSummaryForAll". Medium ReportSummaryDAO.java 29
Invalid method name: "Add" starts with uppercase letters Rename the method from "Add" to "add". Medium VehicleProcessDAO.java 137
Invalid method name: "Search" starts with uppercase letters Rename the method from "Search" to "search". Medium VehicleProcessDAO.java 189
Invalid method name: "SetCreationTime" starts with uppercase letters Rename the method from "SetCreationTime" to "setCreationTime". Medium FuelFilter.java 34
Invalid method name: "GetCreationTime" starts with uppercase letters Rename the method from "GetCreationTime" to "getCreationTime". Medium FuelFilter.java 37
Invalid method name: "SetSpeed" starts with uppercase letters Rename the method from "SetSpeed" to "setSpeed". Medium FuelFilter.java 40
Invalid method name: "GetSpeed" starts with uppercase letters Rename the method from "GetSpeed" to "getSpeed". Medium FuelFilter.java 43
Invalid method name: "SetVoltage" starts with uppercase letters Rename the method from "SetVoltage" to "setVoltage". Medium FuelFilter.java 46
Invalid method name: "GetVoltage" starts with uppercase letters Rename the method from "GetVoltage" to "getVoltage". Medium FuelFilter.java 49
 
Violation Recommendation Severity Resource Line
Invalid package name: "JUnitTest" starts with uppercase letters Rename the package. Medium GenerateMapTester.java 1
 
Violation Recommendation Severity Resource Line
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium AlertSettingsAction.java 30
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium AutoCompleteAction.java 26
Invalid field name: "trips" starts with lowercase letters Rename the field from "trips" to "Trips". Medium AutoCompleteAction.java 30
Invalid field name: "grades" starts with lowercase letters Rename the field from "grades" to "Grades". Medium AutoCompleteAction.java 31
Invalid field name: "student" starts with lowercase letters Rename the field from "student" to "Student". Medium AutoCompleteAction.java 32
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium DeviceCRUDAction.java 65
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium FenceVehicleMapAction.java 37
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium GeofenceAction.java 58
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium HeaderForwardAction.java 29
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium HolidayAction.java 32
Invalid field name: "weekDays" starts with lowercase letters Rename the field from "weekDays" to "WeekDays". Medium HolidayAction.java 39
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium LogingpsAction.java 60
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium LogoutAction.java 38
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium MessageHandler.java 60
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium RFIDAction.java 32
Invalid field name: "sessionProps" starts with lowercase letters Rename the field from "sessionProps" to "SessionProps". Medium RFIDAction.java 36
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium TemplateManager.java 42
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium DailyTripRepDAO.java 34
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium DeviceProcessDAO.java 40
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium FenceUsersDAO.java 12
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium GeofencingDAO.java 40
Invalid field name: "format1" starts with lowercase letters Rename the field from "format1" to "Format1". Medium GeofencingDAO.java 41
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium HolidayProcessDAO.java 37
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium MessagesDAO.java 31
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium ReportProcessDAO.java 27
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium ReportSummaryDAO.java 11
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium RfHistoryDAO.java 14
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium UserNotificationDAO.java 37
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium UserTripDAO.java 40
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium VehicleFenceDAO.java 20
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium VehicleProcessDAO.java 43
 
Violation Recommendation Severity Resource Line
Invalid package prefix: "JUnitTest" Rename the package. Medium GenerateMapTester.java 1
 
Violation Recommendation Severity Resource Line
Use of synchronized modifier Use a synchronized statement rather than the synchronized modifier. Medium MLoginGpsDAO.java 46
 
Violation Recommendation Severity Resource Line
Specify schema version Add a version number to the schema definition. Medium PolygonRegion.wsdl 4
 
Violation Recommendation Severity Resource Line
Invalid service name: PolygonRegion Rename the service to conform to the naming convention. Medium PolygonRegion.wsdl 171
 
Violation Recommendation Severity Resource Line
Invalid service operation name: PointInPolygon Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 109
Invalid service operation name: WhetherInterested Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 113
Invalid service operation name: MobileAlertMessage Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 117
Invalid service operation name: PointInPolygon Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 128
Invalid service operation name: WhetherInterested Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 139
Invalid service operation name: MobileAlertMessage Rename the service operation to conform to the naming convention. Medium PolygonRegion.wsdl 149
 
Violation
 
Violation Recommendation Severity Resource Line
Missing file comment Add the missing file comment. Low AlertSettingsAction.java 1
Missing file comment Add the missing file comment. Low AutoCompleteAction.java 1
Missing file comment Add the missing file comment. Low BaseAction.java 1
Missing file comment Add the missing file comment. Low CookieLoginAction.java 1
Missing file comment Add the missing file comment. Low DeviceCRUDAction.java 1
Missing file comment Add the missing file comment. Low FenceVehicleMapAction.java 1
Missing file comment Add the missing file comment. Low GeofenceAction.java 1
Missing file comment Add the missing file comment. Low HeaderForwardAction.java 1
Missing file comment Add the missing file comment. Low HolidayAction.java 1
Missing file comment Add the missing file comment. Low MessageHandler.java 1
Missing file comment Add the missing file comment. Low MLoginGpsAction.java 1
Missing file comment Add the missing file comment. Low RFIDAction.java 1
Missing file comment Add the missing file comment. Low TemplateManager.java 1
Missing file comment Add the missing file comment. Low TripCrudAction.java 1
Missing file comment Add the missing file comment. Low UserNotificationAction.java 1
Missing file comment Add the missing file comment. Low UserTripAction.java 1
Missing file comment Add the missing file comment. Low VehicleCRUDAction.java 1
Missing file comment Add the missing file comment. Low Commons.java 1
Missing file comment Add the missing file comment. Low FenceBO.java 1
Missing file comment Add the missing file comment. Low TestVSS.java 1
Missing file comment Add the missing file comment. Low DailyTripRepDAO.java 1
Missing file comment Add the missing file comment. Low DeviceProcessDAO.java 1
Missing file comment Add the missing file comment. Low FenceUsersDAO.java 1
Missing file comment Add the missing file comment. Low GeofencingDAO.java 1
Missing file comment Add the missing file comment. Low HolidayProcessDAO.java 1
Missing file comment Add the missing file comment. Low LoginGpsDAO.java 1
Missing file comment Add the missing file comment. Low MessagesDAO.java 1
Missing file comment Add the missing file comment. Low MLoginGpsDAO.java 1
Missing file comment Add the missing file comment. Low ReportProcessDAO.java 1
Missing file comment Add the missing file comment. Low ReportRefDAO.java 1
Missing file comment Add the missing file comment. Low ReportSummaryDAO.java 1
Missing file comment Add the missing file comment. Low RfHistoryDAO.java 1
Missing file comment Add the missing file comment. Low RoleProcessDAO.java 1
Missing file comment Add the missing file comment. Low SettingsDAO.java 1
Missing file comment Add the missing file comment. Low TripProcessDAO.java 1
Missing file comment Add the missing file comment. Low UserNotificationDAO.java 1
Missing file comment Add the missing file comment. Low UserProcessDAO.java 1
Missing file comment Add the missing file comment. Low UserTripDAO.java 1
Missing file comment Add the missing file comment. Low VehicleFenceDAO.java 1
Missing file comment Add the missing file comment. Low VehicleFenceReportDAO.java 1
Missing file comment Add the missing file comment. Low VehicleProcessDAO.java 1
Missing file comment Add the missing file comment. Low DeviceTripDTO.java 1
Missing file comment Add the missing file comment. Low DistParamsDTO.java 1
Missing file comment Add the missing file comment. Low FrequentTripDTO.java 1
Missing file comment Add the missing file comment. Low FuelDTO.java 1
Missing file comment Add the missing file comment. Low FuelFilter.java 1
Missing file comment Add the missing file comment. Low Packet.java 1
Missing file comment Add the missing file comment. Low RFIDInfoHistoryDTO.java 1
Missing file comment Add the missing file comment. Low SpeedParamDTO.java 1
Missing file comment Add the missing file comment. Low TripByVehicleDTO.java 1
Missing file comment Add the missing file comment. Low TripDistanceDTO.java 1
Missing file comment Add the missing file comment. Low TripParamDTO.java 1
Missing file comment Add the missing file comment. Low UserGeofenceDTO.java 1
Missing file comment Add the missing file comment. Low DeviceAlreadyInUseException.java 1
Missing file comment Add the missing file comment. Low DupilicateTripException.java 1
Missing file comment Add the missing file comment. Low DuplicateAliasNameException.java 1
Missing file comment Add the missing file comment. Low DuplicateDeviceNameException.java 1
Missing file comment Add the missing file comment. Low DuplicateMobileNumberException.java 1
Missing file comment Add the missing file comment. Low DuplicateRegisterNumberException.java 1
Missing file comment Add the missing file comment. Low DuplicateVehicleNameException.java 1
Missing file comment Add the missing file comment. Low InvalidMailIdOrPasswordException.java 1
Missing file comment Add the missing file comment. Low LoginIDDoesNotMatchException.java 1
Missing file comment Add the missing file comment. Low NullFieldsException.java 1
Missing file comment Add the missing file comment. Low PassworDoesNotMatchException.java 1
Missing file comment Add the missing file comment. Low TripNameDuplicateException.java 1
Missing file comment Add the missing file comment. Low UserNotLoggedInException.java 1
Missing file comment Add the missing file comment. Low VehicleExistsInTimeException.java 1
Missing file comment Add the missing file comment. Low VehicleInUseException.java 1
Missing file comment Add the missing file comment. Low GenerateMapForm.java 1
Missing file comment Add the missing file comment. Low GeofenceForm.java 1
Missing file comment Add the missing file comment. Low GLatLng.java 1
Missing file comment Add the missing file comment. Low Account.java 1
Missing file comment Add the missing file comment. Low AccountDAO.java 1
Missing file comment Add the missing file comment. Low Accounts.java 1
Missing file comment Add the missing file comment. Low AccountsDAO.java 1
Missing file comment Add the missing file comment. Low AccountsId.java 1
Missing file comment Add the missing file comment. Low Address.java 1
Missing file comment Add the missing file comment. Low AddressDAO.java 1
Missing file comment Add the missing file comment. Low Announcementsdelivery.java 1
Missing file comment Add the missing file comment. Low AnnouncementsdeliveryDAO.java 1
Missing file comment Add the missing file comment. Low Announcementsentry.java 1
Missing file comment Add the missing file comment. Low AnnouncementsentryDAO.java 1
Missing file comment Add the missing file comment. Low Announcementsflag.java 1
Missing file comment Add the missing file comment. Low AnnouncementsflagDAO.java 1
Missing file comment Add the missing file comment. Low AutoPkSupport.java 1
Missing file comment Add the missing file comment. Low AutoPkSupportDAO.java 1
Missing file comment Add the missing file comment. Low AutoPkSupportId.java 1
Missing file comment Add the missing file comment. Low BaseHibernateDAO.java 1
Missing file comment Add the missing file comment. Low Blogsentry.java 1
Missing file comment Add the missing file comment. Low BlogsentryDAO.java 1
Missing file comment Add the missing file comment. Low Blogsstatsuser.java 1
Missing file comment Add the missing file comment. Low BlogsstatsuserDAO.java 1
Missing file comment Add the missing file comment. Low Bookmarksentry.java 1
Missing file comment Add the missing file comment. Low BookmarksentryDAO.java 1
Missing file comment Add the missing file comment. Low Bookmarksfolder.java 1
Missing file comment Add the missing file comment. Low BookmarksfolderDAO.java 1
Missing file comment Add the missing file comment. Low Browsertracker.java 1
Missing file comment Add the missing file comment. Low BrowsertrackerDAO.java 1
Missing file comment Add the missing file comment. Low Calevent.java 1
Missing file comment Add the missing file comment. Low CaleventDAO.java 1
Missing file comment Add the missing file comment. Low GenerateMapTester.java 1
Missing file comment Add the missing file comment. Low TestDailyTripRepDAO.java 1
Missing file comment Add the missing file comment. Low TestDailyTripReport.java 1
Missing file comment Add the missing file comment. Low TestFuelReport.java 1
Missing file comment Add the missing file comment. Low TestTripProcessDAO.java 1
 
Violation Recommendation Severity Resource Line
The package "com.gps.action" does not contain a "package.html" file Add the missing "package.html" file. Low AlertSettingsAction.java 1
The package "com.gps.bo" does not contain a "package.html" file Add the missing "package.html" file. Low Commons.java 1
The package "com.gps.dao" does not contain a "package.html" file Add the missing "package.html" file. Low DailyTripRepDAO.java 1
The package "com.gps.dto" does not contain a "package.html" file Add the missing "package.html" file. Low DeviceTripDTO.java 1
The package "com.gps.exception" does not contain a "package.html" file Add the missing "package.html" file. Low DeviceAlreadyInUseException.java 1
The package "com.gps.form" does not contain a "package.html" file Add the missing "package.html" file. Low GLatLng.java 1
The package "com.gps.hibernate" does not contain a "package.html" file Add the missing "package.html" file. Low Account.java 1
The package "JUnitTest" does not contain a "package.html" file Add the missing "package.html" file. Low GenerateMapTester.java 1
 
Violation Recommendation Severity Resource Line
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 229
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 235
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 240
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 246
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 252
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertSettingsAction.java 258
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 34
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low AutoCompleteAction.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 77
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 99
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 126
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 132
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 137
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoCompleteAction.java 146
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BaseAction.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BaseAction.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BaseAction.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BaseAction.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BaseAction.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 78
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 87
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 88
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 90
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 91
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 92
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 93
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 94
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 95
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 98
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 106
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 114
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 117
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 120
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 123
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 126
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 129
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 132
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 135
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 138
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 141
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low CookieLoginAction.java 142
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low CookieLoginAction.java 146
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low CookieLoginAction.java 156
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low CookieLoginAction.java 165
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low CookieLoginAction.java 175
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low CookieLoginAction.java 192
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low CookieLoginAction.java 213
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low CookieLoginAction.java 289
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 308
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CookieLoginAction.java 314
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 67
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 127
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 136
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low DeviceCRUDAction.java 183
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 189
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 198
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 224
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low DeviceCRUDAction.java 250
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low DeviceCRUDAction.java 280
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low DeviceCRUDAction.java 286
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 290
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low DeviceCRUDAction.java 329
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 338
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 356
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 447
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 494
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 522
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceCRUDAction.java 530
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 48
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FenceVehicleMapAction.java 58
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FenceVehicleMapAction.java 77
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 116
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FenceVehicleMapAction.java 125
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FenceVehicleMapAction.java 163
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FenceVehicleMapAction.java 182
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FenceVehicleMapAction.java 194
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceVehicleMapAction.java 226
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 67
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 72
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 77
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 80
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 81
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 82
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 83
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 84
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 85
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 86
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 87
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 88
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 169
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 176
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 179
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 182
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 185
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 188
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 191
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 194
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 197
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 200
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 203
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 206
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 209
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 212
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 215
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 218
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 221
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 224
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 227
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 230
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 233
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 236
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 239
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceAction.java 242
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HeaderForwardAction.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HeaderForwardAction.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HeaderForwardAction.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HeaderForwardAction.java 79
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 53
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low HolidayAction.java 78
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low HolidayAction.java 99
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 153
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low HolidayAction.java 199
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 209
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low HolidayAction.java 215
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low HolidayAction.java 242
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 295
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 298
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 301
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 304
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 307
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 310
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 313
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 316
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 319
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 330
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 333
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 336
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 339
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 342
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayAction.java 345
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 72
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 82
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 88
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 92
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 95
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 98
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 101
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low LogingpsAction.java 122
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low LogingpsAction.java 184
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 208
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsAction.java 215
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogoutAction.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogoutAction.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogoutAction.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MessageHandler.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MessageHandler.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MessageHandler.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MessageHandler.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MessageHandler.java 67
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MessageHandler.java 80
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low MessageHandler.java 114
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low MessageHandler.java 118
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low MessageHandler.java 181
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MessageHandler.java 444
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 77
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 86
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 87
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 88
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 90
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 91
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 92
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 93
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 94
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 95
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 98
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 106
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 114
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 117
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 120
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 123
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 126
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 129
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 132
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 135
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 138
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 141
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 159
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 367
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsAction.java 373
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 44
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low RFIDAction.java 154
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low RFIDAction.java 187
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low RFIDAction.java 204
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 265
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 271
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDAction.java 276
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TemplateManager.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TemplateManager.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TemplateManager.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TemplateManager.java 236
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 73
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 80
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 87
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 94
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 101
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 108
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 115
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 122
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 131
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 132
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 133
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 138
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 147
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 148
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 151
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 160
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 161
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 162
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 163
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 164
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 169
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 176
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 183
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 190
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 197
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 204
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 211
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 218
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 225
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 232
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 239
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 345
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 356
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 494
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 547
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 585
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 668
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 740
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 793
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 813
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationAction.java 823
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 81
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 88
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 90
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 93
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 100
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 101
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 102
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 103
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 106
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 107
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 108
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 151
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 158
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 180
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 225
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 264
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 286
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 321
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 344
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 464
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 513
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripAction.java 637
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 67
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 77
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 78
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 83
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 88
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 90
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 95
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 98
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 101
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 104
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 107
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 113
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 128
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 132
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 142
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 145
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 152
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 159
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 162
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 220
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 240
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 294
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 304
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 390
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 457
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 523
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 541
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 707
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 779
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleCRUDAction.java 808
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceBO.java 5
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GpsSecurity.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GpsSecurity.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DailyTripRepDAO.java 34
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low DailyTripRepDAO.java 138
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 47
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low DeviceProcessDAO.java 94
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 102
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 142
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low DeviceProcessDAO.java 151
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low DeviceProcessDAO.java 166
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 181
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 310
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 327
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 366
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 418
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 450
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceProcessDAO.java 524
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low FenceUsersDAO.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FenceUsersDAO.java 94
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 72
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low GeofencingDAO.java 99
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 104
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low GeofencingDAO.java 125
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 130
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low GeofencingDAO.java 155
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 162
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low GeofencingDAO.java 187
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 276
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 354
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 385
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 416
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 440
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 464
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 528
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 562
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 633
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 656
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 699
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofencingDAO.java 810
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayProcessDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayProcessDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayProcessDAO.java 40
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low HolidayProcessDAO.java 108
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low HolidayProcessDAO.java 133
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LoginGpsDAO.java 35
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low LoginGpsDAO.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsDAO.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsDAO.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsDAO.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MLoginGpsDAO.java 72
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low MLoginGpsDAO.java 84
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ReportProcessDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ReportProcessDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ReportProcessDAO.java 43
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ReportRefDAO.java 41
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low RfHistoryDAO.java 21
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low RoleProcessDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 38
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low UserNotificationDAO.java 59
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low UserNotificationDAO.java 76
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low UserNotificationDAO.java 88
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low UserNotificationDAO.java 105
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low UserNotificationDAO.java 112
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 124
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 155
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 183
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 218
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 271
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 325
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 361
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 397
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 446
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 471
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 492
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 515
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 541
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserNotificationDAO.java 547
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserProcessDAO.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserProcessDAO.java 136
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserProcessDAO.java 144
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripDAO.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripDAO.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripDAO.java 85
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low UserTripDAO.java 116
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low UserTripDAO.java 122
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripDAO.java 136
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripDAO.java 189
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripDAO.java 234
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripDAO.java 287
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripDAO.java 321
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UserTripDAO.java 369
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleFenceDAO.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleFenceDAO.java 125
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 46
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low VehicleProcessDAO.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 134
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low VehicleProcessDAO.java 141
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 184
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low VehicleProcessDAO.java 207
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low VehicleProcessDAO.java 217
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low VehicleProcessDAO.java 226
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low VehicleProcessDAO.java 262
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low VehicleProcessDAO.java 279
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low VehicleProcessDAO.java 294
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 310
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 327
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 366
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 466
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 493
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 540
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 571
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 639
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 713
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 776
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low VehicleProcessDAO.java 806
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 74
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 80
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 86
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DeviceTripDTO.java 92
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 74
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 80
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 88
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 96
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 104
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 112
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 118
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 124
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 130
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 136
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 142
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 148
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 154
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 160
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DistParamsDTO.java 166
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 6
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 7
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FrequentTripDTO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 73
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 79
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 85
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 91
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 97
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 103
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 109
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 115
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 121
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelDTO.java 127
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FuelFilter.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Packet.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RFIDInfoHistoryDTO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low SpeedParamDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low SpeedParamDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low SpeedParamDTO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low SpeedParamDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 73
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 112
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 151
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 164
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 167
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 170
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 176
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 182
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 185
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 188
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 191
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 194
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 197
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 200
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 203
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 206
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 209
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripByVehicleDTO.java 212
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDistanceDTO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParamDTO.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParamDTO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParamDTO.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParamDTO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParamDTO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParamDTO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParamDTO.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParamDTO.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParamDTO.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParamDTO.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapForm.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapForm.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapForm.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapForm.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapForm.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapForm.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapForm.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapForm.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceForm.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceForm.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceForm.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceForm.java 11
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceForm.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceForm.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceForm.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceForm.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceForm.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceForm.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GeofenceForm.java 74
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GLatLng.java 6
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsForm.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogingpsForm.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Account.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Accounts.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Accounts.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountsDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountsId.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountsId.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AccountsId.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Address.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AddressDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsdelivery.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsdeliveryDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsentry.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsentryDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Announcementsflag.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsflagDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsflagDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AnnouncementsflagDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupport.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupport.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupportDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupportId.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupportId.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AutoPkSupportId.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsentry.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsentryDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Blogsstatsuser.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BlogsstatsuserDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksentry.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksentryDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Bookmarksfolder.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BookmarksfolderDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Browsertracker.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Browsertracker.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Browsertracker.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Browsertracker.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BrowsertrackerDAO.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low BrowsertrackerDAO.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Calevent.java 80
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CaleventDAO.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapTester.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapTester.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapTester.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GenerateMapTester.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestDailyTripRepDAO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestDailyTripRepDAO.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestDailyTripReport.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestFuelReport.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestFuelReport.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestTripProcessDAO.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestTripProcessDAO.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestTripProcessDAO.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestTripProcessDAO.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestTripProcessDAO.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestTripProcessDAO.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestTripProcessDAO.java 122
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TestTripProcessDAO.java 127
 
Violation Recommendation Severity Resource Line
The class TripDistanceDTO is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low DailyTripRepDAO.java 101
 
Violation Recommendation Severity Resource Line
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertSettingsAction.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertSettingsAction.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertSettingsAction.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertSettingsAction.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertSettingsAction.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertSettingsAction.java 164
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertSettingsAction.java 166
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertSettingsAction.java 177
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertSettingsAction.java 200
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertSettingsAction.java 209
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertSettingsAction.java 211
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AutoCompleteAction.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 2
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 3
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 4
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 5
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 6
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 10
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 11
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 12
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 13
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 15
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 16
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 17
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CookieLoginAction.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 152
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 153
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 156
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 157
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 158
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 160
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 161
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 163
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 164
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 165
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 166
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 167
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 168
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 169
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 170
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 171
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 172
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 173
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 174
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 175
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 176
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 186
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 188
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 194
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 195
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 213
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 216
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 232
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 233
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 235
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 236
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 237
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 238
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 240
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 241
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 242
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 243
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 244
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 245
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 246
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 247
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 248
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 249
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 253
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 254
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 255
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 256
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceCRUDAction.java 257
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 140
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 149
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 188
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 198
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceVehicleMapAction.java 206
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofenceAction.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofenceAction.java 134
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 120
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 124
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 125
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 126
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 127
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 129
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 130
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 133
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 134
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 135
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 136
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 137
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 138
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 139
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 140
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 144
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 153
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 154
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 155
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 156
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 177
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayAction.java 178
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 126
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 127
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 128
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 129
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 131
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 132
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 133
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 134
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 136
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 137
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 138
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 139
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 140
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 144
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 146
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 148
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 149
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 152
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 153
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 154
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 155
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 156
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 158
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 159
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 160
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 161
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 163
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 164
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 165
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 166
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 167
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 168
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 169
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 171
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 172
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 173
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 174
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 175
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 176
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 177
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogingpsAction.java 178
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MessageHandler.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MessageHandler.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MessageHandler.java 249
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MessageHandler.java 546
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 154
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 159
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 160
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 163
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 164
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 165
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 166
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 167
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsAction.java 168
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RFIDAction.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TemplateManager.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TemplateManager.java 225
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TemplateManager.java 234
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TemplateManager.java 318
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TemplateManager.java 323
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsSecurity.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DailyTripRepDAO.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceProcessDAO.java 120
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 152
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 157
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 161
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 163
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 164
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FenceUsersDAO.java 165
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofencingDAO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofencingDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofencingDAO.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GeofencingDAO.java 180
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low HolidayProcessDAO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 126
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 127
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 128
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 130
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MLoginGpsDAO.java 136
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportProcessDAO.java 124
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 148
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RfHistoryDAO.java 152
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 15
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 16
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 17
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RoleProcessDAO.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low SettingsDAO.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low SettingsDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserNotificationDAO.java 135
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserProcessDAO.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserProcessDAO.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserProcessDAO.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserProcessDAO.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UserTripDAO.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleFenceDAO.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleFenceDAO.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 169
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleProcessDAO.java 171
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DeviceTripDTO.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DistParamsDTO.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DistParamsDTO.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DistParamsDTO.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DistParamsDTO.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DistParamsDTO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DistParamsDTO.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 7
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 8
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 9
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 10
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 11
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 12
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 13
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 15
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 17
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FuelDTO.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GenerateMapTester.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GenerateMapTester.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GenerateMapTester.java 56
 
Violation Recommendation Severity Resource Line
File contains 2441 lines, should be less than 2000 lines Move some of the functionality in this file into other files. Low GenerateMap.java 1
File contains 3169 lines, should be less than 2000 lines Move some of the functionality in this file into other files. Low TripProcessDAO.java 1
 
Violation Recommendation Severity Resource Line
Questionable method parameter assignment: speed=speed*0.036 Check the logic of the assignment statement. Low SpeedParamDTO.java 70
Questionable method parameter assignment: speed=0.0 Check the logic of the assignment statement. Low SpeedParamDTO.java 72
Questionable method parameter assignment: speed=Double.valueOf(twoDForm.format(speed)) Check the logic of the assignment statement. Low SpeedParamDTO.java 73
Questionable method parameter assignment: speed=speed*0.036 Check the logic of the assignment statement. Low TripDistanceDTO.java 186
Questionable method parameter assignment: speed=0.0 Check the logic of the assignment statement. Low TripDistanceDTO.java 188
Questionable method parameter assignment: speed=Double.valueOf(twoDForm.format(speed)) Check the logic of the assignment statement. Low TripDistanceDTO.java 189
 
Violation Recommendation Severity Resource Line
Assignment to trips in non-static context Verify that you intended to modify <code>trips</code> in a non-static context. Low AutoCompleteAction.java 46
Assignment to student in non-static context Verify that you intended to modify <code>student</code> in a non-static context. Low AutoCompleteAction.java 92
Assignment to grades in non-static context Verify that you intended to modify <code>grades</code> in a non-static context. Low AutoCompleteAction.java 108
Assignment to trips in non-static context Verify that you intended to modify <code>trips</code> in a non-static context. Low AutoCompleteAction.java 153
Assignment to grades in non-static context Verify that you intended to modify <code>grades</code> in a non-static context. Low AutoCompleteAction.java 167
Assignment to student in non-static context Verify that you intended to modify <code>student</code> in a non-static context. Low AutoCompleteAction.java 181
Assignment to sessionProps in non-static context Verify that you intended to modify <code>sessionProps</code> in a non-static context. Low RFIDAction.java 109
Assignment to sessionProps in non-static context Verify that you intended to modify <code>sessionProps</code> in a non-static context. Low RFIDAction.java 160
Assignment to sessionProps in non-static context Verify that you intended to modify <code>sessionProps</code> in a non-static context. Low RFIDAction.java 233
 
Violation Recommendation Severity Resource Line
The variable "cookie" is initialized within a loop Initialize the "cookie" variable outside of the loop. Low MLoginGpsAction.java 169
The variable "cookieName" is initialized within a loop Initialize the "cookieName" variable outside of the loop. Low MLoginGpsAction.java 170
The variable "rows" is initialized within a loop Initialize the "rows" variable outside of the loop. Low DailyTripRepDAO.java 99
 
Violation Recommendation Severity Resource Line
Extra space after period Delete the space after the operator. Low AnnouncementView.jsp 15
Extra space after period Delete the space after the operator. Low AnnouncementView.jsp 16
Extra space after period Delete the space after the operator. Low AnnouncementView.jsp 16
Extra space after period Delete the space after the operator. Low AnnouncementView.jsp 16
Extra space after period Delete the space after the operator. Low FencesView.jsp 11
Extra space after period Delete the space after the operator. Low FencesView.jsp 12
Extra space after period Delete the space after the operator. Low FencesView.jsp 12
Extra space after period Delete the space after the operator. Low FencesView.jsp 12
Extra space after period Delete the space after the operator. Low OrganizationView.jsp 15
Extra space after period Delete the space after the operator. Low OrganizationView.jsp 16
Extra space after period Delete the space after the operator. Low OrganizationView.jsp 16
Extra space after period Delete the space after the operator. Low OrganizationView.jsp 16
Extra space after period Delete the space after the operator. Low addDevice.jsp 9
Extra space after period Delete the space after the operator. Low addDevice.jsp 10
Extra space after period Delete the space after the operator. Low addDevice.jsp 10
Extra space after period Delete the space after the operator. Low addDevice.jsp 10
Extra space after period Delete the space after the operator. Low searchDevice.jsp 7
Extra space after period Delete the space after the operator. Low searchDevice.jsp 8
Extra space after period Delete the space after the operator. Low searchDevice.jsp 8
Extra space after period Delete the space after the operator. Low searchDevice.jsp 8
Extra space after period Delete the space after the operator. Low errorpage.jsp 5
Extra space after period Delete the space after the operator. Low errorpage.jsp 6
Extra space after period Delete the space after the operator. Low errorpage.jsp 6
Extra space after period Delete the space after the operator. Low errorpage.jsp 6
Extra space after period Delete the space after the operator. Low errorpage.jsp 30
Extra space after period Delete the space after the operator. Low errorpage.jsp 30
Extra space after period Delete the space after the operator. Low logingps.jsp 5
Extra space after period Delete the space after the operator. Low logingps.jsp 6
Extra space after period Delete the space after the operator. Low logingps.jsp 6
Extra space after period Delete the space after the operator. Low logingps.jsp 6
Extra space after period Delete the space after the operator. Low mLoginGps.jsp 5
Extra space after period Delete the space after the operator. Low mLoginGps.jsp 6
Extra space after period Delete the space after the operator. Low mLoginGps.jsp 6
Extra space after period Delete the space after the operator. Low mLoginGps.jsp 6
Extra space after period Delete the space after the operator. Low addgeofence.jsp 7
Extra space after period Delete the space after the operator. Low addgeofence.jsp 8
Extra space after period Delete the space after the operator. Low addgeofence.jsp 8
Extra space after period Delete the space after the operator. Low addgeofence.jsp 8
Extra space after period Delete the space after the operator. Low viewVehicles.jsp 11
Extra space after period Delete the space after the operator. Low viewVehicles.jsp 12
Extra space after period Delete the space after the operator. Low viewVehicles.jsp 12
Extra space after period Delete the space after the operator. Low viewVehicles.jsp 12
Extra space after period Delete the space after the operator. Low geoEdit.jsp 9
Extra space after period Delete the space after the operator. Low geoEdit.jsp 10
Extra space after period Delete the space after the operator. Low geoEdit.jsp 10
Extra space after period Delete the space after the operator. Low geoEdit.jsp 10
Extra space after period Delete the space after the operator. Low geoList.jsp 6
Extra space after period Delete the space after the operator. Low geoList.jsp 7
Extra space after period Delete the space after the operator. Low geoList.jsp 7
Extra space after period Delete the space after the operator. Low geoList.jsp 7
Extra space after period Delete the space after the operator. Low geoMapFence.jsp 6
Extra space after period Delete the space after the operator. Low geoMapFence.jsp 7
Extra space after period Delete the space after the operator. Low geoMapFence.jsp 7
Extra space after period Delete the space after the operator. Low geoMapFence.jsp 7
Extra space after period Delete the space after the operator. Low geoSaveMap.jsp 4
Extra space after period Delete the space after the operator. Low geoSaveMap.jsp 5
Extra space after period Delete the space after the operator. Low geoSaveMap.jsp 5
Extra space after period Delete the space after the operator. Low geoSaveMap.jsp 5
Extra space after period Delete the space after the operator. Low AddHoliday.jsp 14
Extra space after period Delete the space after the operator. Low AddHoliday.jsp 15
Extra space after period Delete the space after the operator. Low AddHoliday.jsp 15
Extra space after period Delete the space after the operator. Low AddHoliday.jsp 15
Extra space after period Delete the space after the operator. Low index.jsp 6
Extra space after period Delete the space after the operator. Low index.jsp 7
Extra space after period Delete the space after the operator. Low index.jsp 7
Extra space after period Delete the space after the operator. Low index.jsp 7
Extra space after period Delete the space after the operator. Low fleetlayout.jsp 6
Extra space after period Delete the space after the operator. Low fleetlayout.jsp 7
Extra space after period Delete the space after the operator. Low fleetlayout.jsp 7
Extra space after period Delete the space after the operator. Low fleetlayout.jsp 7
Extra space after period Delete the space after the operator. Low fleetlayout.jsp 6
Extra space after period Delete the space after the operator. Low fleetlayout.jsp 7
Extra space after period Delete the space after the operator. Low fleetlayout.jsp 7
Extra space after period Delete the space after the operator. Low fleetlayout.jsp 7
Extra space after period Delete the space after the operator. Low geodummy.jsp 5
Extra space after period Delete the space after the operator. Low geodummy.jsp 6
Extra space after period Delete the space after the operator. Low geodummy.jsp 6
Extra space after period Delete the space after the operator. Low geodummy.jsp 6
Extra space after period Delete the space after the operator. Low mapajax.jsp 3
Extra space after period Delete the space after the operator. Low mapajax.jsp 4
Extra space after period Delete the space after the operator. Low mapajax.jsp 5
Extra space after period Delete the space after the operator. Low mapajax.jsp 6
Extra space after period Delete the space after the operator. Low mapajax.jsp 7
Extra space after period Delete the space after the operator. Low mapajax.jsp 8
Extra space after period Delete the space after the operator. Low mapajax.jsp 11
Extra space after period Delete the space after the operator. Low mapajax.jsp 11
Extra space after period Delete the space after the operator. Low mapajax.jsp 13
Extra space after period Delete the space after the operator. Low mapajax.jsp 15
Extra space after period Delete the space after the operator. Low spotajax.jsp 6
Extra space after period Delete the space after the operator. Low spotajax.jsp 7
Extra space after period Delete the space after the operator. Low spotajax.jsp 8
Extra space after period Delete the space after the operator. Low spotajax.jsp 9
Extra space after period Delete the space after the operator. Low spotajax.jsp 11
Extra space after period Delete the space after the operator. Low spotajax.jsp 11
Extra space after period Delete the space after the operator. Low spotajax.jsp 13
Extra space after period Delete the space after the operator. Low spotajax.jsp 13
Extra space after period Delete the space after the operator. Low spotajax.jsp 14
Extra space after period Delete the space after the operator. Low spotajax.jsp 14
Extra space after period Delete the space after the operator. Low spotajax.jsp 15
Extra space after period Delete the space after the operator. Low spotajax.jsp 15
Extra space after period Delete the space after the operator. Low spotajax.jsp 16
Extra space after period Delete the space after the operator. Low spotajax.jsp 16
Extra space after period Delete the space after the operator. Low spotajax.jsp 17
Extra space after period Delete the space after the operator. Low spotajax.jsp 17
Extra space after period Delete the space after the operator. Low spotajax.jsp 18
Extra space after period Delete the space after the operator. Low spotajax.jsp 18
Extra space after period Delete the space after the operator. Low spotajax.jsp 19
Extra space after period Delete the space after the operator. Low spotajax.jsp 19
Extra space after period Delete the space after the operator. Low spotajax.jsp 20
Extra space after period Delete the space after the operator. Low spotajax.jsp 20
Extra space after period Delete the space after the operator. Low spotajax.jsp 21
Extra space after period Delete the space after the operator. Low spotajax.jsp 21
Extra space after period Delete the space after the operator. Low spotajax.jsp 22
Extra space after period Delete the space after the operator. Low spotajax.jsp 22
Extra space after period Delete the space after the operator. Low spotajax.jsp 23
Extra space after period Delete the space after the operator. Low spotajax.jsp 23
Extra space after period Delete the space after the operator. Low spotajax.jsp 24
Extra space after period Delete the space after the operator. Low spotajax.jsp 24
Extra space after period Delete the space after the operator. Low spotajax.jsp 28
Extra space after period Delete the space after the operator. Low spotajax.jsp 29
Extra space after period Delete the space after the operator. Low spotajax.jsp 30
Extra space after period Delete the space after the operator. Low spotajax.jsp 31
Extra space after period Delete the space after the operator. Low spotajax.jsp 31
Extra space after period Delete the space after the operator. Low spotajax.jsp 32
Extra space after period Delete the space after the operator. Low spotajax.jsp 32
Extra space after period Delete the space after the operator. Low spotajax.jsp 33
Extra space after period Delete the space after the operator. Low spotajax.jsp 33
Extra space after period Delete the space after the operator. Low spotajax.jsp 34
Extra space after period Delete the space after the operator. Low spotajax.jsp 35
Extra space after period Delete the space after the operator. Low spotajax.jsp 36
Extra space after period Delete the space after the operator. Low spotajax.jsp 39
Extra space after period Delete the space after the operator. Low spotajax.jsp 40
Extra space after period Delete the space after the operator. Low spotajax.jsp 40
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 25
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 30
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 31
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 31
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 31
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 41
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 41
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 43
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 47
Extra space after period Delete the space after the operator. Low geodummy.jsp 5
Extra space after period Delete the space after the operator. Low geodummy.jsp 6
Extra space after period Delete the space after the operator. Low geodummy.jsp 6
Extra space after period Delete the space after the operator. Low geodummy.jsp 6
Extra space after period Delete the space after the operator. Low mapajax.jsp 3
Extra space after period Delete the space after the operator. Low mapajax.jsp 4
Extra space after period Delete the space after the operator. Low mapajax.jsp 5
Extra space after period Delete the space after the operator. Low mapajax.jsp 6
Extra space after period Delete the space after the operator. Low mapajax.jsp 7
Extra space after period Delete the space after the operator. Low mapajax.jsp 8
Extra space after period Delete the space after the operator. Low mapajax.jsp 11
Extra space after period Delete the space after the operator. Low mapajax.jsp 11
Extra space after period Delete the space after the operator. Low mapajax.jsp 13
Extra space after period Delete the space after the operator. Low mapajax.jsp 15
Extra space after period Delete the space after the operator. Low spotajax.jsp 6
Extra space after period Delete the space after the operator. Low spotajax.jsp 7
Extra space after period Delete the space after the operator. Low spotajax.jsp 8
Extra space after period Delete the space after the operator. Low spotajax.jsp 9
Extra space after period Delete the space after the operator. Low spotajax.jsp 11
Extra space after period Delete the space after the operator. Low spotajax.jsp 11
Extra space after period Delete the space after the operator. Low spotajax.jsp 13
Extra space after period Delete the space after the operator. Low spotajax.jsp 13
Extra space after period Delete the space after the operator. Low spotajax.jsp 14
Extra space after period Delete the space after the operator. Low spotajax.jsp 14
Extra space after period Delete the space after the operator. Low spotajax.jsp 15
Extra space after period Delete the space after the operator. Low spotajax.jsp 15
Extra space after period Delete the space after the operator. Low spotajax.jsp 16
Extra space after period Delete the space after the operator. Low spotajax.jsp 16
Extra space after period Delete the space after the operator. Low spotajax.jsp 17
Extra space after period Delete the space after the operator. Low spotajax.jsp 17
Extra space after period Delete the space after the operator. Low spotajax.jsp 18
Extra space after period Delete the space after the operator. Low spotajax.jsp 18
Extra space after period Delete the space after the operator. Low spotajax.jsp 19
Extra space after period Delete the space after the operator. Low spotajax.jsp 19
Extra space after period Delete the space after the operator. Low spotajax.jsp 20
Extra space after period Delete the space after the operator. Low spotajax.jsp 20
Extra space after period Delete the space after the operator. Low spotajax.jsp 21
Extra space after period Delete the space after the operator. Low spotajax.jsp 21
Extra space after period Delete the space after the operator. Low spotajax.jsp 22
Extra space after period Delete the space after the operator. Low spotajax.jsp 22
Extra space after period Delete the space after the operator. Low spotajax.jsp 23
Extra space after period Delete the space after the operator. Low spotajax.jsp 23
Extra space after period Delete the space after the operator. Low spotajax.jsp 24
Extra space after period Delete the space after the operator. Low spotajax.jsp 24
Extra space after period Delete the space after the operator. Low spotajax.jsp 28
Extra space after period Delete the space after the operator. Low spotajax.jsp 29
Extra space after period Delete the space after the operator. Low spotajax.jsp 30
Extra space after period Delete the space after the operator. Low spotajax.jsp 31
Extra space after period Delete the space after the operator. Low spotajax.jsp 31
Extra space after period Delete the space after the operator. Low spotajax.jsp 32
Extra space after period Delete the space after the operator. Low spotajax.jsp 32
Extra space after period Delete the space after the operator. Low spotajax.jsp 33
Extra space after period Delete the space after the operator. Low spotajax.jsp 33
Extra space after period Delete the space after the operator. Low spotajax.jsp 34
Extra space after period Delete the space after the operator. Low spotajax.jsp 35
Extra space after period Delete the space after the operator. Low spotajax.jsp 36
Extra space after period Delete the space after the operator. Low spotajax.jsp 39
Extra space after period Delete the space after the operator. Low spotajax.jsp 40
Extra space after period Delete the space after the operator. Low spotajax.jsp 40
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 25
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 30
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 31
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 31
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 31
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 41
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 41
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 43
Extra space after period Delete the space after the operator. Low treeAlignment2.jsp 47
Extra space after period Delete the space after the operator. Low fenceNotification1.jsp.jsp 7
Extra space after period Delete the space after the operator. Low fenceNotification1.jsp.jsp 8
Extra space after period Delete the space after the operator. Low fenceNotification1.jsp.jsp 8
Extra space after period Delete the space after the operator. Low fenceNotification1.jsp.jsp 8
Extra space after period Delete the space after the operator. Low eventReportsTableOld.jsp 10
Extra space after period Delete the space after the operator. Low eventReportsTableOld.jsp 10
Extra space after period Delete the space after the operator. Low highchart-old.jsp 5
Extra space after period Delete the space after the operator. Low highchart.jsp 5
Extra space after period Delete the space after the operator. Low rfiddashboard.jsp 14
Extra space after period Delete the space after the operator. Low rfiddashboard.jsp 15
Extra space after period Delete the space after the operator. Low rfiddashboard.jsp 15
Extra space after period Delete the space after the operator. Low rfiddashboard.jsp 15
Extra space after period Delete the space after the operator. Low rfiddashboard1.jsp 14
Extra space after period Delete the space after the operator. Low rfiddashboard1.jsp 15
Extra space after period Delete the space after the operator. Low rfiddashboard1.jsp 15
Extra space after period Delete the space after the operator. Low rfiddashboard1.jsp 15
Extra space after period Delete the space after the operator. Low fenceNotification1.jsp.jsp 7
Extra space after period Delete the space after the operator. Low fenceNotification1.jsp.jsp 8
Extra space after period Delete the space after the operator. Low fenceNotification1.jsp.jsp 8
Extra space after period Delete the space after the operator. Low fenceNotification1.jsp.jsp 8
Extra space after period Delete the space after the operator. Low alertsettings.jsp 10
Extra space after period Delete the space after the operator. Low alertsettings.jsp 11
Extra space after period Delete the space after the operator. Low alertsettings.jsp 11
Extra space after period Delete the space after the operator. Low alertsettings.jsp 11
Extra space after period Delete the space after the operator. Low AddTrip.jsp 9
Extra space after period Delete the space after the operator. Low AddTrip.jsp 10
Extra space after period Delete the space after the operator. Low AddTrip.jsp 10
Extra space after period Delete the space after the operator. Low AddTrip.jsp 10
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 9
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 10
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 10
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 10
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 63
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 66
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 66
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 112
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 112
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 112
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 113
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 132
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 140
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 140
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 140
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 141
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 141
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 141
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 146
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 146
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 152
Extra space after period Delete the space after the operator. Low fenceNotification.jsp 152
Extra space after period Delete the space after the operator. Low fenceNotificationRTO.jsp 9
Extra space after period Delete the space after the operator. Low fenceNotificationRTO.jsp 10
Extra space after period Delete the space after the operator. Low fenceNotificationRTO.jsp 10
Extra space after period Delete the space after the operator. Low fenceNotificationRTO.jsp 10
Extra space after period Delete the space after the operator. Low fencePopup.jsp 10
Extra space after period Delete the space after the operator. Low fencePopup.jsp 11
Extra space after period Delete the space after the operator. Low fencePopup.jsp 11
Extra space after period Delete the space after the operator. Low fencePopup.jsp 11
Extra space after period Delete the space after the operator. Low searchTrip.jsp 7
Extra space after period Delete the space after the operator. Low searchTrip.jsp 8
Extra space after period Delete the space after the operator. Low searchTrip.jsp 8
Extra space after period Delete the space after the operator. Low searchTrip.jsp 8
Extra space after period Delete the space after the operator. Low searchTrip.jsp 59
Extra space after period Delete the space after the operator. Low searchTrip.jsp 60
Extra space after period Delete the space after the operator. Low searchTrip.jsp 60
Extra space after period Delete the space after the operator. Low searchTrip.jsp 66
Extra space after period Delete the space after the operator. Low searchTrip.jsp 67
Extra space after period Delete the space after the operator. Low searchTrip.jsp 67
Extra space after period Delete the space after the operator. Low tripReports.jsp 8
Extra space after period Delete the space after the operator. Low parentPage.jsp 8
Extra space after period Delete the space after the operator. Low parentPage.jsp 9
Extra space after period Delete the space after the operator. Low parentPage.jsp 9
Extra space after period Delete the space after the operator. Low parentPage.jsp 9
Extra space after period Delete the space after the operator. Low usertrip.jsp 6
Extra space after period Delete the space after the operator. Low usertrip.jsp 7
Extra space after period Delete the space after the operator. Low usertrip.jsp 7
Extra space after period Delete the space after the operator. Low usertrip.jsp 7
Extra space after period Delete the space after the operator. Low viewParents.jsp 10
Extra space after period Delete the space after the operator. Low viewParents.jsp 11
Extra space after period Delete the space after the operator. Low viewParents.jsp 11
Extra space after period Delete the space after the operator. Low viewParents.jsp 11
Extra space after period Delete the space after the operator. Low viewTrips.jsp 13
Extra space after period Delete the space after the operator. Low viewTrips.jsp 14
Extra space after period Delete the space after the operator. Low viewTrips.jsp 14
Extra space after period Delete the space after the operator. Low viewTrips.jsp 14
Extra space after period Delete the space after the operator. Low addVehicle.jsp 13
Extra space after period Delete the space after the operator. Low addVehicle.jsp 14
Extra space after period Delete the space after the operator. Low addVehicle.jsp 14
Extra space after period Delete the space after the operator. Low addVehicle.jsp 14
Extra space after period Delete the space after the operator. Low addVehicle.jsp 20
Extra space after period Delete the space after the operator. Low addVehicle.jsp 21
Extra space after period Delete the space after the operator. Low addVehicle.jsp 23
Extra space after period Delete the space after the operator. Low addVehicle.jsp 23
Extra space after period Delete the space after the operator. Low addVehicle.jsp 23
Extra space after period Delete the space after the operator. Low addVehicle.jsp 23
Extra space after period Delete the space after the operator. Low searchVehicle.jsp 7
Extra space after period Delete the space after the operator. Low searchVehicle.jsp 8
Extra space after period Delete the space after the operator. Low searchVehicle.jsp 8
Extra space after period Delete the space after the operator. Low searchVehicle.jsp 8
 
Violation Recommendation Severity Resource Line
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low AccountsId.java 69
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low AccountsId.java 72
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low AutoPkSupportId.java 69
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low AutoPkSupportId.java 71
 
Violation Recommendation Severity Resource Line
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low DeviceCRUDAction.java 210
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceVehicleMapAction.java 63
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceVehicleMapAction.java 70
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceVehicleMapAction.java 97
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceVehicleMapAction.java 104
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceVehicleMapAction.java 149
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low FenceVehicleMapAction.java 157
Don't use java.lang.Long.parseLong() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low MessageHandler.java 113
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low MessageHandler.java 186
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low RFIDAction.java 195
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low RFIDAction.java 196
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low RFIDAction.java 200
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low RFIDAction.java 201
Don't use java.lang.Long.parseLong() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low UserNotificationDAO.java 45
Don't use java.lang.Integer.parseInt() in an internationalized environment Replace with a call to NumberFormat.getNumberInstance().parse(). Low searchTrip.jsp 66
 
Violation Recommendation Severity Resource Line
Local variable not initialized: user Initialize the variable as part of its declaration. Low AlertSettingsAction.java 47
Local variable not initialized: vDAO Initialize the variable as part of its declaration. Low AlertSettingsAction.java 48
Local variable not initialized: user Initialize the variable as part of its declaration. Low AlertSettingsAction.java 89
Local variable not initialized: sDAO Initialize the variable as part of its declaration. Low AlertSettingsAction.java 90
Local variable not initialized: settings Initialize the variable as part of its declaration. Low AlertSettingsAction.java 92
Local variable not declared at beginning of block: user Move the variable declaration to the beginning of the block. Low AlertSettingsAction.java 120
Local variable not initialized: user Initialize the variable as part of its declaration. Low AlertSettingsAction.java 120
Local variable not declared at beginning of block: vDAO Move the variable declaration to the beginning of the block. Low AlertSettingsAction.java 121
Local variable not initialized: vDAO Initialize the variable as part of its declaration. Low AlertSettingsAction.java 121
Local variable not declared at beginning of block: organizationId Move the variable declaration to the beginning of the block. Low AlertSettingsAction.java 122
Local variable not declared at beginning of block: mobileNumber Move the variable declaration to the beginning of the block. Low AlertSettingsAction.java 123
Local variable not declared at beginning of block: orgName Move the variable declaration to the beginning of the block. Low AlertSettingsAction.java 124
Local variable not initialized: orgName Initialize the variable as part of its declaration. Low AlertSettingsAction.java 124
Local variable not declared at beginning of block: notifier Move the variable declaration to the beginning of the block. Low AlertSettingsAction.java 125
Local variable not initialized: notifier Initialize the variable as part of its declaration. Low AlertSettingsAction.java 125
Local variable not declared at beginning of block: message Move the variable declaration to the beginning of the block. Low AlertSettingsAction.java 126
Local variable not declared at beginning of block: subject Move the variable declaration to the beginning of the block. Low AlertSettingsAction.java 127
Local variable not initialized: subject Initialize the variable as part of its declaration. Low AlertSettingsAction.java 127
Local variable not declared at beginning of block: isSuccess Move the variable declaration to the beginning of the block. Low AlertSettingsAction.java 128
Local variable not declared at beginning of block: settingsDAO Move the variable declaration to the beginning of the block. Low AlertSettingsAction.java 129
Local variable not initialized: settingsDAO Initialize the variable as part of its declaration. Low AlertSettingsAction.java 129
Local variable not declared at beginning of block: isSaved Move the variable declaration to the beginning of the block. Low AlertSettingsAction.java 130
Local variable not initialized: user Initialize the variable as part of its declaration. Low AutoCompleteAction.java 41
Local variable not initialized: users Initialize the variable as part of its declaration. Low AutoCompleteAction.java 82
Local variable not declared at beginning of block: user Move the variable declaration to the beginning of the block. Low AutoCompleteAction.java 87
Local variable not declared at beginning of block: user Move the variable declaration to the beginning of the block. Low AutoCompleteAction.java 105
Local variable not declared at beginning of block: value Move the variable declaration to the beginning of the block. Low DeviceCRUDAction.java 132
Local variable not declared at beginning of block: rdao Move the variable declaration to the beginning of the block. Low DeviceCRUDAction.java 141
Local variable not declared at beginning of block: val Move the variable declaration to the beginning of the block. Low DeviceCRUDAction.java 143
Local variable not declared at beginning of block: type Move the variable declaration to the beginning of the block. Low DeviceCRUDAction.java 144
Local variable not declared at beginning of block: ownIP Move the variable declaration to the beginning of the block. Low DeviceCRUDAction.java 248
Local variable not initialized: chk_vehicles Initialize the variable as part of its declaration. Low FenceVehicleMapAction.java 93
Local variable not initialized: values_chk Initialize the variable as part of its declaration. Low FenceVehicleMapAction.java 122
Local variable not initialized: tripList Initialize the variable as part of its declaration. Low FenceVehicleMapAction.java 175
Local variable not initialized: user Initialize the variable as part of its declaration. Low GeofenceAction.java 96
Local variable not declared at beginning of block: user Move the variable declaration to the beginning of the block. Low GeofenceAction.java 116
Local variable not initialized: user Initialize the variable as part of its declaration. Low GeofenceAction.java 116
Local variable not declared at beginning of block: organizationId Move the variable declaration to the beginning of the block. Low GeofenceAction.java 117
Local variable not declared at beginning of block: tripList Move the variable declaration to the beginning of the block. Low GeofenceAction.java 118
Local variable not initialized: tripList Initialize the variable as part of its declaration. Low GeofenceAction.java 118
Local variable not declared at beginning of block: trip Move the variable declaration to the beginning of the block. Low GeofenceAction.java 119
Local variable not declared at beginning of block: tripDAO Move the variable declaration to the beginning of the block. Low GeofenceAction.java 120
Local variable not declared at beginning of block: geoDAO Move the variable declaration to the beginning of the block. Low GeofenceAction.java 121
Local variable not declared at beginning of block: counter Move the variable declaration to the beginning of the block. Low GeofenceAction.java 122
Local variable not declared at beginning of block: hpDao Move the variable declaration to the beginning of the block. Low HolidayAction.java 73
Local variable not declared at beginning of block: org Move the variable declaration to the beginning of the block. Low HolidayAction.java 74
Local variable not declared at beginning of block: orgznId Move the variable declaration to the beginning of the block. Low HolidayAction.java 75
Local variable not initialized: orgznId Initialize the variable as part of its declaration. Low HolidayAction.java 75
Local variable not declared at beginning of block: user Move the variable declaration to the beginning of the block. Low HolidayAction.java 165
Local variable not declared at beginning of block: output Move the variable declaration to the beginning of the block. Low HolidayAction.java 238
Local variable not declared separately: rfid_value Declare the variable in its own separate declaration statement. Low LogingpsAction.java 107
Local variable not declared separately: fence_report Declare the variable in its own separate declaration statement. Low LogingpsAction.java 107
Local variable not declared separately: vehicle_fence Declare the variable in its own separate declaration statement. Low LogingpsAction.java 107
Local variable not declared at beginning of block: expandoBridge Move the variable declaration to the beginning of the block. Low LogingpsAction.java 159
Local variable not declared at beginning of block: orgId Move the variable declaration to the beginning of the block. Low MessageHandler.java 113
Local variable not declared at beginning of block: tripProcessor Move the variable declaration to the beginning of the block. Low MessageHandler.java 121
Local variable not declared at beginning of block: managerObj Move the variable declaration to the beginning of the block. Low MessageHandler.java 125
Local variable not declared at beginning of block: fenceLister Move the variable declaration to the beginning of the block. Low MessageHandler.java 185
Local variable not declared at beginning of block: fences Move the variable declaration to the beginning of the block. Low MessageHandler.java 189
Local variable not declared at beginning of block: selectedFences Move the variable declaration to the beginning of the block. Low MessageHandler.java 213
Local variable not declared at beginning of block: tripSession Move the variable declaration to the beginning of the block. Low MessageHandler.java 215
Local variable not declared at beginning of block: usrObj Move the variable declaration to the beginning of the block. Low MessageHandler.java 217
Local variable not declared at beginning of block: nosList Move the variable declaration to the beginning of the block. Low MessageHandler.java 218
Local variable not declared at beginning of block: notifier Move the variable declaration to the beginning of the block. Low MessageHandler.java 236
Local variable not declared at beginning of block: orgId Move the variable declaration to the beginning of the block. Low MessageHandler.java 242
Local variable not declared at beginning of block: MgrObj Move the variable declaration to the beginning of the block. Low MessageHandler.java 245
Local variable not declared at beginning of block: updatedTemplate Move the variable declaration to the beginning of the block. Low MessageHandler.java 246
Local variable not declared at beginning of block: name Move the variable declaration to the beginning of the block. Low MLoginGpsAction.java 147
Local variable not declared at beginning of block: passwordCookie Move the variable declaration to the beginning of the block. Low MLoginGpsAction.java 151
Local variable not declared at beginning of block: cookies Move the variable declaration to the beginning of the block. Low MLoginGpsAction.java 165
Local variable not initialized: user Initialize the variable as part of its declaration. Low RFIDAction.java 52
Local variable not declared at beginning of block: size Move the variable declaration to the beginning of the block. Low RFIDAction.java 76
Local variable not declared at beginning of block: nr Move the variable declaration to the beginning of the block. Low RFIDAction.java 77
Local variable not declared at beginning of block: numrow Move the variable declaration to the beginning of the block. Low RFIDAction.java 78
Local variable not initialized: user Initialize the variable as part of its declaration. Low RFIDAction.java 92
Local variable not declared at beginning of block: orgId Move the variable declaration to the beginning of the block. Low RFIDAction.java 103
Local variable not initialized: user Initialize the variable as part of its declaration. Low RFIDAction.java 143
Local variable not declared at beginning of block: orgId Move the variable declaration to the beginning of the block. Low RFIDAction.java 153
Local variable not initialized: date Initialize the variable as part of its declaration. Low RFIDAction.java 218
Local variable not initialized: sess Initialize the variable as part of its declaration. Low RFIDAction.java 219
Local variable not initialized: key Initialize the variable as part of its declaration. Low RFIDAction.java 222
Local variable not declared at beginning of block: itr Move the variable declaration to the beginning of the block. Low RFIDAction.java 237
Local variable not declared at beginning of block: templates Move the variable declaration to the beginning of the block. Low TemplateManager.java 253
Local variable not initialized: vehicleId Initialize the variable as part of its declaration. Low DailyTripRepDAO.java 41
Local variable not declared at beginning of block: qry Move the variable declaration to the beginning of the block. Low DailyTripRepDAO.java 71
Local variable not declared at beginning of block: sess Move the variable declaration to the beginning of the block. Low DailyTripRepDAO.java 73
Local variable not declared at beginning of block: paramIter Move the variable declaration to the beginning of the block. Low DailyTripRepDAO.java 97
Local variable not initialized: firsttripid Initialize the variable as part of its declaration. Low DailyTripRepDAO.java 117
Local variable not initialized: secondtripid Initialize the variable as part of its declaration. Low DailyTripRepDAO.java 118
Local variable not initialized: firsttripdate Initialize the variable as part of its declaration. Low DailyTripRepDAO.java 120
Local variable not initialized: secondtripdate Initialize the variable as part of its declaration. Low DailyTripRepDAO.java 121
Local variable not initialized: session Initialize the variable as part of its declaration. Low DailyTripRepDAO.java 126
Local variable not declared at beginning of block: query Move the variable declaration to the beginning of the block. Low DailyTripRepDAO.java 134
Local variable not declared at beginning of block: devDao Move the variable declaration to the beginning of the block. Low DeviceProcessDAO.java 111
Local variable not declared at beginning of block: devDao Move the variable declaration to the beginning of the block. Low DeviceProcessDAO.java 156
Local variable not initialized: session Initialize the variable as part of its declaration. Low FenceUsersDAO.java 62
Local variable not initialized: session Initialize the variable as part of its declaration. Low FenceUsersDAO.java 99
Local variable not initialized: session Initialize the variable as part of its declaration. Low FenceUsersDAO.java 123
Local variable not initialized: session Initialize the variable as part of its declaration. Low FenceUsersDAO.java 145
Local variable not initialized: session Initialize the variable as part of its declaration. Low FenceUsersDAO.java 208
Local variable not declared at beginning of block: sess Move the variable declaration to the beginning of the block. Low GeofencingDAO.java 202
Local variable not declared at beginning of block: gdDetails Move the variable declaration to the beginning of the block. Low GeofencingDAO.java 203
Local variable not declared at beginning of block: hddao Move the variable declaration to the beginning of the block. Low HolidayProcessDAO.java 46
Local variable not declared at beginning of block: sess Move the variable declaration to the beginning of the block. Low HolidayProcessDAO.java 48
Local variable not declared at beginning of block: tx Move the variable declaration to the beginning of the block. Low HolidayProcessDAO.java 49
Local variable not declared at beginning of block: query Move the variable declaration to the beginning of the block. Low LoginGpsDAO.java 41
Local variable not declared at beginning of block: user Move the variable declaration to the beginning of the block. Low LoginGpsDAO.java 43
Local variable not declared at beginning of block: templates Move the variable declaration to the beginning of the block. Low MessagesDAO.java 37
Local variable not declared at beginning of block: orgObj Move the variable declaration to the beginning of the block. Low MessagesDAO.java 72
Local variable not declared at beginning of block: cal Move the variable declaration to the beginning of the block. Low MessagesDAO.java 74
Local variable not declared at beginning of block: digest Move the variable declaration to the beginning of the block. Low MLoginGpsDAO.java 50
Local variable not initialized: u Initialize the variable as part of its declaration. Low MLoginGpsDAO.java 81
Local variable not declared at beginning of block: eventDetails Move the variable declaration to the beginning of the block. Low ReportProcessDAO.java 36
Local variable not initialized: eventDetails Initialize the variable as part of its declaration. Low ReportProcessDAO.java 36
Local variable not declared at beginning of block: sess Move the variable declaration to the beginning of the block. Low ReportProcessDAO.java 47
Local variable not declared at beginning of block: tdao Move the variable declaration to the beginning of the block. Low ReportProcessDAO.java 48
Local variable not declared at beginning of block: tripList Move the variable declaration to the beginning of the block. Low ReportProcessDAO.java 50
Local variable not declared at beginning of block: tpDao Move the variable declaration to the beginning of the block. Low ReportProcessDAO.java 52
Local variable not declared at beginning of block: dynamicQuery Move the variable declaration to the beginning of the block. Low ReportProcessDAO.java 53
Local variable not declared at beginning of block: paramQuery Move the variable declaration to the beginning of the block. Low ReportProcessDAO.java 54
Local variable not declared at beginning of block: paramQueryBuilder Move the variable declaration to the beginning of the block. Low ReportProcessDAO.java 55
Local variable not declared at beginning of block: tripDetails Move the variable declaration to the beginning of the block. Low ReportProcessDAO.java 63
Local variable not initialized: session Initialize the variable as part of its declaration. Low RfHistoryDAO.java 19
Local variable not initialized: session Initialize the variable as part of its declaration. Low RfHistoryDAO.java 44
Local variable not initialized: sess Initialize the variable as part of its declaration. Low RfHistoryDAO.java 69
Local variable not initialized: session Initialize the variable as part of its declaration. Low RfHistoryDAO.java 92
Local variable not initialized: session Initialize the variable as part of its declaration. Low RfHistoryDAO.java 122
Local variable not declared at beginning of block: userId Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 45
Local variable not declared at beginning of block: usdao Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 46
Local variable not declared at beginning of block: ug Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 47
Local variable not declared at beginning of block: gdao Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 48
Local variable not declared at beginning of block: udao Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 49
Local variable not declared at beginning of block: sess Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 51
Local variable not declared at beginning of block: tx Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 52
Local variable not declared at beginning of block: geo Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 61
Local variable not declared at beginning of block: user1 Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 65
Local variable not declared at beginning of block: gdao Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 137
Local variable not declared at beginning of block: geof Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 138
Local variable not declared at beginning of block: tripid Move the variable declaration to the beginning of the block. Low UserNotificationDAO.java 139
Local variable not initialized: geoMap Initialize the variable as part of its declaration. Low VehicleFenceDAO.java 31
Local variable not initialized: geoVehicle Initialize the variable as part of its declaration. Low VehicleFenceDAO.java 59
Local variable not initialized: vehicle Initialize the variable as part of its declaration. Low VehicleFenceDAO.java 61
Local variable not initialized: geoMaps Initialize the variable as part of its declaration. Low VehicleFenceDAO.java 103
Local variable not initialized: geoVehicle Initialize the variable as part of its declaration. Low VehicleFenceDAO.java 104
Local variable not declared at beginning of block: tx Move the variable declaration to the beginning of the block. Low VehicleFenceDAO.java 109
Local variable not declared at beginning of block: vdao Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 117
Local variable not declared at beginning of block: vehicles Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 118
Local variable not declared at beginning of block: vdao Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 140
Local variable not declared at beginning of block: sess Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 144
Local variable not declared at beginning of block: tx Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 145
Local variable not declared at beginning of block: baseQuery Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 198
Local variable not declared at beginning of block: sb Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 199
Local variable not declared at beginning of block: vdao Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 201
Local variable not declared at beginning of block: strlen Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 204
Local variable not declared at beginning of block: finalquery Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 205
Local variable not declared at beginning of block: flag Move the variable declaration to the beginning of the block. Low VehicleProcessDAO.java 206
Local variable not declared at beginning of block: castOther Move the variable declaration to the beginning of the block. Low AccountsId.java 53
Local variable not declared at beginning of block: castOther Move the variable declaration to the beginning of the block. Low AutoPkSupportId.java 53
Local variable not initialized: date Initialize the variable as part of its declaration. Low TestTripProcessDAO.java 136
Local variable not initialized: date Initialize the variable as part of its declaration. Low TestTripProcessDAO.java 151
 
Violation Recommendation Severity Resource Line
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low AlertSettingsAction.java 23
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low AlertSettingsAction.java 58
Line 70 is longer than 80 characters Break the line into multiple shorter lines. Low AlertSettingsAction.java 70
Line 145 is longer than 80 characters Break the line into multiple shorter lines. Low AlertSettingsAction.java 145
Line 152 is longer than 80 characters Break the line into multiple shorter lines. Low AlertSettingsAction.java 152
Line 158 is longer than 80 characters Break the line into multiple shorter lines. Low AlertSettingsAction.java 158
Line 184 is longer than 80 characters Break the line into multiple shorter lines. Low AlertSettingsAction.java 184
Line 190 is longer than 80 characters Break the line into multiple shorter lines. Low AlertSettingsAction.java 190
Line 211 is longer than 80 characters Break the line into multiple shorter lines. Low AlertSettingsAction.java 211
Line 215 is longer than 80 characters Break the line into multiple shorter lines. Low AlertSettingsAction.java 215
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low AutoCompleteAction.java 24
Line 55 is longer than 80 characters Break the line into multiple shorter lines. Low AutoCompleteAction.java 55
Line 56 is longer than 80 characters Break the line into multiple shorter lines. Low AutoCompleteAction.java 56
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low AutoCompleteAction.java 61
Line 92 is longer than 80 characters Break the line into multiple shorter lines. Low AutoCompleteAction.java 92
Line 108 is longer than 80 characters Break the line into multiple shorter lines. Low AutoCompleteAction.java 108
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 44
Line 138 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 138
Line 152 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 152
Line 181 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 181
Line 186 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 186
Line 191 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 191
Line 194 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 194
Line 217 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 217
Line 219 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 219
Line 220 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 220
Line 221 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 221
Line 231 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 231
Line 235 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 235
Line 250 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 250
Line 273 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 273
Line 275 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 275
Line 277 is longer than 80 characters Break the line into multiple shorter lines. Low CookieLoginAction.java 277
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceCRUDAction.java 43
Line 172 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceCRUDAction.java 172
Line 240 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceCRUDAction.java 240
Line 300 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceCRUDAction.java 300
Line 310 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceCRUDAction.java 310
Line 370 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceCRUDAction.java 370
Line 380 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceCRUDAction.java 380
Line 473 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceCRUDAction.java 473
Line 498 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceCRUDAction.java 498
Line 507 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceCRUDAction.java 507
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low FenceVehicleMapAction.java 23
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low FenceVehicleMapAction.java 67
Line 104 is longer than 80 characters Break the line into multiple shorter lines. Low FenceVehicleMapAction.java 104
Line 129 is longer than 80 characters Break the line into multiple shorter lines. Low FenceVehicleMapAction.java 129
Line 149 is longer than 80 characters Break the line into multiple shorter lines. Low FenceVehicleMapAction.java 149
Line 157 is longer than 80 characters Break the line into multiple shorter lines. Low FenceVehicleMapAction.java 157
Line 185 is longer than 80 characters Break the line into multiple shorter lines. Low FenceVehicleMapAction.java 185
Line 191 is longer than 80 characters Break the line into multiple shorter lines. Low FenceVehicleMapAction.java 191
Line 204 is longer than 80 characters Break the line into multiple shorter lines. Low FenceVehicleMapAction.java 204
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 71
Line 186 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 186
Line 191 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 191
Line 193 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 193
Line 194 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 194
Line 195 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 195
Line 196 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 196
Line 204 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 204
Line 206 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 206
Line 210 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 210
Line 211 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 211
Line 212 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 212
Line 213 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 213
Line 312 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 312
Line 317 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 317
Line 319 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 319
Line 320 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 320
Line 321 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 321
Line 322 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 322
Line 330 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 330
Line 332 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 332
Line 335 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 335
Line 336 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 336
Line 337 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 337
Line 338 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 338
Line 467 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 467
Line 520 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 520
Line 521 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 521
Line 522 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 522
Line 529 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 529
Line 537 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 537
Line 541 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 541
Line 609 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 609
Line 624 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 624
Line 631 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 631
Line 644 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 644
Line 645 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 645
Line 647 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 647
Line 652 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 652
Line 663 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 663
Line 674 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 674
Line 689 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 689
Line 722 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 722
Line 739 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 739
Line 742 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 742
Line 760 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 760
Line 766 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 766
Line 772 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 772
Line 778 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 778
Line 784 is longer than 80 characters Break the line into multiple shorter lines. Low GenerateMap.java 784
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 54
Line 131 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 131
Line 137 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 137
Line 150 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 150
Line 413 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 413
Line 418 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 418
Line 478 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 478
Line 481 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 481
Line 525 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 525
Line 529 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 529
Line 595 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 595
Line 662 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 662
Line 663 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 663
Line 670 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 670
Line 671 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 671
Line 674 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 674
Line 675 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 675
Line 756 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 756
Line 778 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 778
Line 779 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 779
Line 780 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 780
Line 781 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 781
Line 791 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 791
Line 792 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 792
Line 793 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 793
Line 794 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 794
Line 854 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 854
Line 869 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 869
Line 871 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 871
Line 883 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 883
Line 884 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 884
Line 934 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 934
Line 949 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 949
Line 950 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 950
Line 951 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 951
Line 953 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 953
Line 957 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 957
Line 964 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 964
Line 1050 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 1,050
Line 1064 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 1,064
Line 1070 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 1,070
Line 1083 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 1,083
Line 1094 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 1,094
Line 1110 is longer than 80 characters Break the line into multiple shorter lines. Low GeofenceAction.java 1,110
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low HeaderForwardAction.java 25
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 29
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 39
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 83
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 87
Line 125 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 125
Line 126 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 126
Line 167 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 167
Line 171 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 171
Line 173 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 173
Line 174 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 174
Line 185 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 185
Line 235 is longer than 80 characters Break the line into multiple shorter lines. Low HolidayAction.java 235
Line 38 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 38
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 41
Line 107 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 107
Line 112 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 112
Line 113 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 113
Line 115 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 115
Line 117 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 117
Line 127 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 127
Line 158 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 158
Line 168 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 168
Line 169 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 169
Line 172 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 172
Line 173 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 173
Line 175 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 175
Line 176 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 176
Line 177 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 177
Line 178 is longer than 80 characters Break the line into multiple shorter lines. Low LogingpsAction.java 178
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low MessageHandler.java 57
Line 153 is longer than 80 characters Break the line into multiple shorter lines. Low MessageHandler.java 153
Line 186 is longer than 80 characters Break the line into multiple shorter lines. Low MessageHandler.java 186
Line 192 is longer than 80 characters Break the line into multiple shorter lines. Low MessageHandler.java 192
Line 213 is longer than 80 characters Break the line into multiple shorter lines. Low MessageHandler.java 213
Line 215 is longer than 80 characters Break the line into multiple shorter lines. Low MessageHandler.java 215
Line 237 is longer than 80 characters Break the line into multiple shorter lines. Low MessageHandler.java 237
Line 246 is longer than 80 characters Break the line into multiple shorter lines. Low MessageHandler.java 246
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 42
Line 143 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 143
Line 146 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 146
Line 167 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 167
Line 172 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 172
Line 199 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 199
Line 240 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 240
Line 245 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 245
Line 250 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 250
Line 253 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 253
Line 278 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 278
Line 279 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 279
Line 280 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 280
Line 290 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 290
Line 309 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 309
Line 334 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsAction.java 334
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low RFIDAction.java 29
Line 170 is longer than 80 characters Break the line into multiple shorter lines. Low RFIDAction.java 170
Line 195 is longer than 80 characters Break the line into multiple shorter lines. Low RFIDAction.java 195
Line 196 is longer than 80 characters Break the line into multiple shorter lines. Low RFIDAction.java 196
Line 200 is longer than 80 characters Break the line into multiple shorter lines. Low RFIDAction.java 200
Line 201 is longer than 80 characters Break the line into multiple shorter lines. Low RFIDAction.java 201
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low TemplateManager.java 39
Line 266 is longer than 80 characters Break the line into multiple shorter lines. Low TemplateManager.java 266
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 43
Line 187 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 187
Line 216 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 216
Line 261 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 261
Line 282 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 282
Line 321 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 321
Line 325 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 325
Line 355 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 355
Line 359 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 359
Line 366 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 366
Line 397 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 397
Line 405 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 405
Line 436 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 436
Line 437 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 437
Line 443 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 443
Line 444 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 444
Line 456 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 456
Line 485 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 485
Line 492 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 492
Line 558 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 558
Line 607 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 607
Line 656 is longer than 80 characters Break the line into multiple shorter lines. Low TripCrudAction.java 656
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationAction.java 42
Line 301 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationAction.java 301
Line 310 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationAction.java 310
Line 320 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationAction.java 320
Line 387 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationAction.java 387
Line 397 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationAction.java 397
Line 456 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationAction.java 456
Line 466 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationAction.java 466
Line 768 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationAction.java 768
Line 771 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationAction.java 771
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripAction.java 33
Line 290 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripAction.java 290
Line 291 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripAction.java 291
Line 292 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripAction.java 292
Line 293 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripAction.java 293
Line 357 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripAction.java 357
Line 526 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripAction.java 526
Line 595 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripAction.java 595
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 42
Line 276 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 276
Line 482 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 482
Line 492 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 492
Line 559 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 559
Line 570 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 570
Line 578 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 578
Line 622 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 622
Line 623 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 623
Line 669 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 669
Line 742 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 742
Line 757 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 757
Line 793 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleCRUDAction.java 793
Line 37 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 37
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 46
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 67
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 69
Line 74 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 74
Line 76 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 76
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 78
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 81
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 83
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 87
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 88
Line 100 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 100
Line 101 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 101
Line 115 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 115
Line 130 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 130
Line 134 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 134
Line 141 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 141
Line 160 is longer than 80 characters Break the line into multiple shorter lines. Low DailyTripRepDAO.java 160
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 57
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 81
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 83
Line 85 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 85
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 87
Line 122 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 122
Line 129 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 129
Line 165 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 165
Line 185 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 185
Line 237 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 237
Line 245 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 245
Line 250 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 250
Line 265 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 265
Line 267 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 267
Line 271 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 271
Line 370 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 370
Line 397 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 397
Line 399 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 399
Line 400 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 400
Line 401 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 401
Line 403 is longer than 80 characters Break the line into multiple shorter lines. Low DeviceProcessDAO.java 403
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 22
Line 36 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 36
Line 45 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 45
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 58
Line 75 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 75
Line 76 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 76
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 80
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 81
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 83
Line 105 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 105
Line 128 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 128
Line 138 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 138
Line 151 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 151
Line 152 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 152
Line 160 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 160
Line 161 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 161
Line 162 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 162
Line 163 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 163
Line 165 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 165
Line 171 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 171
Line 174 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 174
Line 176 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 176
Line 177 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 177
Line 181 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 181
Line 182 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 182
Line 183 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 183
Line 186 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 186
Line 187 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 187
Line 188 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 188
Line 214 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 214
Line 216 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 216
Line 218 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 218
Line 229 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 229
Line 245 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 245
Line 246 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 246
Line 254 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 254
Line 255 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 255
Line 256 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 256
Line 257 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 257
Line 260 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 260
Line 261 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 261
Line 269 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 269
Line 271 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 271
Line 272 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 272
Line 281 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 281
Line 290 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 290
Line 295 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 295
Line 296 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 296
Line 297 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 297
Line 300 is longer than 80 characters Break the line into multiple shorter lines. Low FenceUsersDAO.java 300
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 58
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 59
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 88
Line 89 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 89
Line 116 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 116
Line 145 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 145
Line 177 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 177
Line 180 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 180
Line 209 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 209
Line 293 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 293
Line 320 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 320
Line 344 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 344
Line 370 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 370
Line 371 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 371
Line 401 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 401
Line 402 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 402
Line 430 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 430
Line 453 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 453
Line 478 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 478
Line 507 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 507
Line 508 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 508
Line 510 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 510
Line 511 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 511
Line 547 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 547
Line 577 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 577
Line 599 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 599
Line 613 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 613
Line 614 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 614
Line 617 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 617
Line 618 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 618
Line 640 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 640
Line 688 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 688
Line 701 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 701
Line 710 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 710
Line 741 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 741
Line 748 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 748
Line 798 is longer than 80 characters Break the line into multiple shorter lines. Low GeofencingDAO.java 798
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low LoginGpsDAO.java 35
Line 47 is longer than 80 characters Break the line into multiple shorter lines. Low LoginGpsDAO.java 47
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low MessagesDAO.java 43
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low MessagesDAO.java 57
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low MessagesDAO.java 58
Line 72 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsDAO.java 72
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsDAO.java 86
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsDAO.java 102
Line 115 is longer than 80 characters Break the line into multiple shorter lines. Low MLoginGpsDAO.java 115
Line 38 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 38
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 44
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 62
Line 64 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 64
Line 65 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 65
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 69
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 71
Line 75 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 75
Line 79 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 79
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 80
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 81
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 82
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 88
Line 90 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 90
Line 92 is longer than 80 characters Break the line into multiple shorter lines. Low ReportProcessDAO.java 92
Line 14 is longer than 80 characters Break the line into multiple shorter lines. Low ReportSummaryDAO.java 14
Line 19 is longer than 80 characters Break the line into multiple shorter lines. Low ReportSummaryDAO.java 19
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low ReportSummaryDAO.java 29
Line 34 is longer than 80 characters Break the line into multiple shorter lines. Low ReportSummaryDAO.java 34
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 27
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 41
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 50
Line 52 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 52
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 54
Line 56 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 56
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 67
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 78
Line 90 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 90
Line 108 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 108
Line 120 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 120
Line 132 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 132
Line 151 is longer than 80 characters Break the line into multiple shorter lines. Low RfHistoryDAO.java 151
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low RoleProcessDAO.java 21
Line 47 is longer than 80 characters Break the line into multiple shorter lines. Low SettingsDAO.java 47
Line 72 is longer than 80 characters Break the line into multiple shorter lines. Low SettingsDAO.java 72
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 82
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 83
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 88
Line 89 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 89
Line 109 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 109
Line 134 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 134
Line 135 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 135
Line 136 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 136
Line 138 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 138
Line 140 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 140
Line 141 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 141
Line 142 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 142
Line 145 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 145
Line 150 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 150
Line 151 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 151
Line 156 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 156
Line 157 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 157
Line 164 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 164
Line 197 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 197
Line 198 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 198
Line 204 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 204
Line 227 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 227
Line 228 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 228
Line 230 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 230
Line 255 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 255
Line 293 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 293
Line 303 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 303
Line 310 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 310
Line 312 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 312
Line 336 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 336
Line 363 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 363
Line 394 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 394
Line 420 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 420
Line 446 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 446
Line 475 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 475
Line 480 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 480
Line 484 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 484
Line 488 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 488
Line 493 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 493
Line 503 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 503
Line 508 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 508
Line 509 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 509
Line 510 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 510
Line 511 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 511
Line 514 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 514
Line 515 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 515
Line 516 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 516
Line 517 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 517
Line 520 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 520
Line 521 is longer than 80 characters Break the line into multiple shorter lines. Low TripProcessDAO.java 521
Line 40 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 40
Line 95 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 95
Line 96 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 96
Line 141 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 141
Line 169 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 169
Line 201 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 201
Line 218 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 218
Line 233 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 233
Line 242 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 242
Line 292 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 292
Line 300 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 300
Line 344 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 344
Line 400 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 400
Line 414 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 414
Line 418 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 418
Line 419 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 419
Line 424 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 424
Line 502 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 502
Line 527 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 527
Line 571 is longer than 80 characters Break the line into multiple shorter lines. Low UserNotificationDAO.java 571
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low UserProcessDAO.java 62
Line 91 is longer than 80 characters Break the line into multiple shorter lines. Low UserProcessDAO.java 91
Line 103 is longer than 80 characters Break the line into multiple shorter lines. Low UserProcessDAO.java 103
Line 108 is longer than 80 characters Break the line into multiple shorter lines. Low UserProcessDAO.java 108
Line 109 is longer than 80 characters Break the line into multiple shorter lines. Low UserProcessDAO.java 109
Line 111 is longer than 80 characters Break the line into multiple shorter lines. Low UserProcessDAO.java 111
Line 113 is longer than 80 characters Break the line into multiple shorter lines. Low UserProcessDAO.java 113
Line 115 is longer than 80 characters Break the line into multiple shorter lines. Low UserProcessDAO.java 115
Line 129 is longer than 80 characters Break the line into multiple shorter lines. Low UserProcessDAO.java 129
Line 136 is longer than 80 characters Break the line into multiple shorter lines. Low UserProcessDAO.java 136
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripDAO.java 69
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripDAO.java 102
Line 176 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripDAO.java 176
Line 177 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripDAO.java 177
Line 204 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripDAO.java 204
Line 255 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripDAO.java 255
Line 271 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripDAO.java 271
Line 412 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripDAO.java 412
Line 440 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripDAO.java 440
Line 479 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripDAO.java 479
Line 494 is longer than 80 characters Break the line into multiple shorter lines. Low UserTripDAO.java 494
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceDAO.java 39
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceDAO.java 86
Line 110 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceDAO.java 110
Line 136 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceDAO.java 136
Line 15 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceReportDAO.java 15
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleFenceReportDAO.java 20
Line 53 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 53
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 54
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 86
Line 104 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 104
Line 114 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 114
Line 124 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 124
Line 137 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 137
Line 167 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 167
Line 169 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 169
Line 171 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 171
Line 189 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 189
Line 223 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 223
Line 247 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 247
Line 253 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 253
Line 289 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 289
Line 343 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 343
Line 384 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 384
Line 471 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 471
Line 479 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 479
Line 497 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 497
Line 521 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 521
Line 523 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 523
Line 525 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 525
Line 595 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 595
Line 647 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 647
Line 678 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 678
Line 692 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 692
Line 705 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 705
Line 737 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 737
Line 765 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 765
Line 796 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 796
Line 823 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 823
Line 835 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleProcessDAO.java 835
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low DistParamsDTO.java 20
Line 32 is longer than 80 characters Break the line into multiple shorter lines. Low DistParamsDTO.java 32
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low DistParamsDTO.java 43
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low DistParamsDTO.java 63
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low FuelDTO.java 63
Line 19 is longer than 80 characters Break the line into multiple shorter lines. Low FuelFilter.java 19
Line 17 is longer than 80 characters Break the line into multiple shorter lines. Low RFIDInfoHistoryDTO.java 17
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low SpeedParamDTO.java 21
Line 324 is longer than 80 characters Break the line into multiple shorter lines. Low TripByVehicleDTO.java 324
Line 340 is longer than 80 characters Break the line into multiple shorter lines. Low TripByVehicleDTO.java 340
Line 341 is longer than 80 characters Break the line into multiple shorter lines. Low TripByVehicleDTO.java 341
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low AccountsId.java 59
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low AnnouncementsdeliveryDAO.java 58
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low AnnouncementsdeliveryDAO.java 86
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low TestDailyTripRepDAO.java 20
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low TestDailyTripRepDAO.java 25
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low TestDailyTripReport.java 20
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low TestDailyTripReport.java 26
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 28
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 33
Line 38 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 38
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 43
Line 49 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 49
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 54
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 59
Line 64 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 64
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 71
Line 79 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 79
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 87
Line 94 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 94
Line 100 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 100
Line 106 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 106
Line 112 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 112
Line 139 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 139
Line 154 is longer than 80 characters Break the line into multiple shorter lines. Low TestTripProcessDAO.java 154
 
Violation Recommendation Severity Resource Line
Method is longer than 60 lines Consider moving some of the behavior into another method. Low AlertSettingsAction.java 118
Method is longer than 60 lines Consider moving some of the behavior into another method. Low CookieLoginAction.java 141
Method is longer than 60 lines Consider moving some of the behavior into another method. Low HolidayAction.java 55
Method is longer than 60 lines Consider moving some of the behavior into another method. Low VehicleProcessDAO.java 188
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low TripByVehicleDTO.java 75
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low TripByVehicleDTO.java 114
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Account.java 43
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Address.java 45
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Announcementsentry.java 44
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low Calevent.java 49
 
Violation Recommendation Severity Resource Line
The names "getLocale" and "getLocales" differ only in pluralization Change one of the names. Low MessageHandler.java 318
The names "getLocale" and "getLocales" differ only in pluralization Change one of the names. Low TemplateManager.java 110
The names "error" and "ERROR" differ only in case Change one of the names. Low MLoginGpsDAO.java 42
 
Violation Recommendation Severity Resource Line
Duplicate property value: Trip Name Delete the duplicate property. Low ApplicationResources_en.properties 22
Duplicate property value: Organization Name Delete the duplicate property. Low ApplicationResources_en.properties 77
Duplicate property value: In Use Status Delete the duplicate property. Low ApplicationResources_en.properties 88
Duplicate property value: org.apache.log4j.PatternLayout Delete the duplicate property. Low log4j.properties 17
Duplicate property value: %d{dd MMM yyyy HH:mm:ss,SSS} %5p (%F:%L)- %m%n Delete the duplicate property. Low log4j.properties 18
Duplicate property value: DEBUG Delete the duplicate property. Low log4j.properties 19
Duplicate property value: Trip Name Delete the duplicate property. Low ApplicationResources_en.properties 22
Duplicate property value: Organization Name Delete the duplicate property. Low ApplicationResources_en.properties 77
Duplicate property value: In Use Status Delete the duplicate property. Low ApplicationResources_en.properties 88
 
Violation Recommendation Severity Resource Line
Members should be grouped by name Group all members of the same name together. Low HolidayAction.java 295
The static function main(String[]) should be declared last Make the "main" method the last member in the file. Low MessageHandler.java 457
Members should be grouped by name Group all members of the same name together. Low TripByVehicleDTO.java 323
 
Violation Recommendation Severity Resource Line
Condition in conditional operator should be parenthesized Add the missing parentheses. Low AccountsId.java 69
Condition in conditional operator should be parenthesized Add the missing parentheses. Low AccountsId.java 72
Condition in conditional operator should be parenthesized Add the missing parentheses. Low AutoPkSupportId.java 69
Condition in conditional operator should be parenthesized Add the missing parentheses. Low AutoPkSupportId.java 71
 
Violation Recommendation Severity Resource Line
Badly located array declarators: digest[] = md.digest() Move the array declarator immediately after the name of the base type. Low MLoginGpsDAO.java 50
 
Violation Recommendation Severity Resource Line
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 87
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AlertSettingsAction.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 118
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AlertSettingsAction.java 155
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 243
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 249
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 255
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 261
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 268
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 275
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 282
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 289
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 296
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 303
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 310
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertSettingsAction.java 317
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AutoCompleteAction.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoCompleteAction.java 36
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AutoCompleteAction.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoCompleteAction.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoCompleteAction.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoCompleteAction.java 159
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoCompleteAction.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoCompleteAction.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoCompleteAction.java 180
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BaseAction.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BaseAction.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BaseAction.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BaseAction.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BaseAction.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BaseAction.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BaseAction.java 58
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CookieLoginAction.java 138
Opening braces should not appear on a new line Move the opening brace to the previous line. Low CookieLoginAction.java 150
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceCRUDAction.java 106
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 151
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 156
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 160
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 164
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 179
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 205
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 219
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 230
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 260
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 267
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 274
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 283
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceCRUDAction.java 297
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 90
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceVehicleMapAction.java 101
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceVehicleMapAction.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 121
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceVehicleMapAction.java 133
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceVehicleMapAction.java 139
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceVehicleMapAction.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 173
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceVehicleMapAction.java 202
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 221
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 227
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 236
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 243
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 250
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 257
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 264
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 271
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 278
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 285
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 292
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 299
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 306
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceVehicleMapAction.java 313
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GeofenceAction.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceAction.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceAction.java 114
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low HeaderForwardAction.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HeaderForwardAction.java 66
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HeaderForwardAction.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HeaderForwardAction.java 80
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 29
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayAction.java 67
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayAction.java 89
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayAction.java 128
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayAction.java 148
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayAction.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 214
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 256
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 266
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 273
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 279
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 284
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 288
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 292
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 295
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 298
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 301
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 304
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 307
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 310
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 313
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low HolidayAction.java 316
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 101
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LogingpsAction.java 125
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LogingpsAction.java 140
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LogingpsAction.java 144
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LogingpsAction.java 154
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LogingpsAction.java 187
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 204
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 209
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsAction.java 216
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LogoutAction.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogoutAction.java 40
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 139
Opening braces should not appear on a new line Move the opening brace to the previous line. Low MessageHandler.java 155
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 258
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 264
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 270
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 276
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 282
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 288
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 294
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 300
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 306
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 312
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 318
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 324
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 330
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 336
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 342
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 348
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 354
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 360
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 366
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 372
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 378
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 384
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 390
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 396
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 402
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 408
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 414
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 420
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 426
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 433
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 452
Opening braces should not appear on a new line Move the opening brace to the previous line. Low MessageHandler.java 460
Opening braces should not appear on a new line Move the opening brace to the previous line. Low MessageHandler.java 474
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 483
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 490
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 497
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 504
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 509
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 515
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 521
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessageHandler.java 527
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsAction.java 138
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low RFIDAction.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDAction.java 51
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RFIDAction.java 96
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RFIDAction.java 108
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RFIDAction.java 113
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RFIDAction.java 116
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RFIDAction.java 159
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDAction.java 213
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RFIDAction.java 232
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RFIDAction.java 239
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RFIDAction.java 245
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDAction.java 276
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 164
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 170
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 176
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 182
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 188
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 194
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 200
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 206
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 212
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 218
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 225
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 244
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 281
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 287
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 293
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 299
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 305
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 311
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TemplateManager.java 318
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserTripAction.java 33
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleCRUDAction.java 42
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FenceBO.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceBO.java 8
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GpsSecurity.java 156
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GpsSecurity.java 158
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TestVSS.java 3
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DailyTripRepDAO.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DailyTripRepDAO.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DailyTripRepDAO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceProcessDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceProcessDAO.java 53
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceProcessDAO.java 63
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceProcessDAO.java 75
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceProcessDAO.java 90
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceProcessDAO.java 118
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceProcessDAO.java 125
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DeviceProcessDAO.java 135
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FenceUsersDAO.java 10
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 20
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 25
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 42
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceUsersDAO.java 96
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 107
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceUsersDAO.java 138
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 150
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 168
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 170
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 172
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 175
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FenceUsersDAO.java 205
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FenceUsersDAO.java 210
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GeofencingDAO.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofencingDAO.java 44
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeofencingDAO.java 94
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeofencingDAO.java 98
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeofencingDAO.java 120
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeofencingDAO.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofencingDAO.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofencingDAO.java 168
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeofencingDAO.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofencingDAO.java 200
Opening braces should not appear on a new line Move the opening brace to the previous line. Low GeofencingDAO.java 206
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low HolidayProcessDAO.java 29
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 51
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 63
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 82
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 95
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 111
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 123
Opening braces should not appear on a new line Move the opening brace to the previous line. Low HolidayProcessDAO.java 128
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LoginGpsDAO.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LoginGpsDAO.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LoginGpsDAO.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MessagesDAO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MessagesDAO.java 57
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MLoginGpsDAO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsDAO.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsDAO.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MLoginGpsDAO.java 69
Opening braces should not appear on a new line Move the opening brace to the previous line. Low MLoginGpsDAO.java 89
Opening braces should not appear on a new line Move the opening brace to the previous line. Low MLoginGpsDAO.java 95
Opening braces should not appear on a new line Move the opening brace to the previous line. Low MLoginGpsDAO.java 102
Opening braces should not appear on a new line Move the opening brace to the previous line. Low MLoginGpsDAO.java 112
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ReportProcessDAO.java 26
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ReportProcessDAO.java 106
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ReportRefDAO.java 25
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ReportSummaryDAO.java 18
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ReportSummaryDAO.java 22
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ReportSummaryDAO.java 33
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ReportSummaryDAO.java 37
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low RfHistoryDAO.java 12
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RfHistoryDAO.java 98
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RfHistoryDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RfHistoryDAO.java 144
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RoleProcessDAO.java 27
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RoleProcessDAO.java 33
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RoleProcessDAO.java 50
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RoleProcessDAO.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RoleProcessDAO.java 63
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RoleProcessDAO.java 70
Opening braces should not appear on a new line Move the opening brace to the previous line. Low RoleProcessDAO.java 72
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low SettingsDAO.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SettingsDAO.java 19
Opening braces should not appear on a new line Move the opening brace to the previous line. Low SettingsDAO.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SettingsDAO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SettingsDAO.java 87
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UserNotificationDAO.java 55
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UserNotificationDAO.java 91
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UserNotificationDAO.java 97
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UserNotificationDAO.java 108
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UserNotificationDAO.java 118
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UserNotificationDAO.java 133
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UserNotificationDAO.java 166
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserProcessDAO.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UserProcessDAO.java 27
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UserProcessDAO.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UserProcessDAO.java 55
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UserProcessDAO.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UserProcessDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UserProcessDAO.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UserTripDAO.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UserTripDAO.java 51
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UserTripDAO.java 65
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UserTripDAO.java 72
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleFenceDAO.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleFenceDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleFenceDAO.java 57
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleFenceDAO.java 81
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleFenceDAO.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleFenceDAO.java 101
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleFenceDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleFenceDAO.java 131
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleFenceReportDAO.java 8
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleFenceReportDAO.java 15
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleProcessDAO.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleProcessDAO.java 47
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 77
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 80
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 89
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 94
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 120
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 129
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 147
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 161
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 175
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 195
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 211
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 221
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 229
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 237
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleProcessDAO.java 245
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceTripDTO.java 95
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 8
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DistParamsDTO.java 176
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 8
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FrequentTripDTO.java 29
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelDTO.java 158
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FuelFilter.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelFilter.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelFilter.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelFilter.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelFilter.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelFilter.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelFilter.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelFilter.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelFilter.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelFilter.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FuelFilter.java 49
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Packet.java 6
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Packet.java 34
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RFIDInfoHistoryDTO.java 121
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 6
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low SpeedParamDTO.java 101
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 6
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 164
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 179
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 182
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 188
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 191
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 194
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 197
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 200
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 203
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 206
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 209
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 212
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 217
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 220
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 223
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 226
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 229
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 232
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 235
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 238
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 241
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 244
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 247
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 250
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 259
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 262
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 265
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 268
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 277
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 280
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 283
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 286
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 289
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 292
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 295
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 298
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripByVehicleDTO.java 301
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 6
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 170
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDistanceDTO.java 184
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripParamDTO.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParamDTO.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParamDTO.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParamDTO.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParamDTO.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParamDTO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParamDTO.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParamDTO.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParamDTO.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParamDTO.java 66
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DeviceAlreadyInUseException.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DeviceAlreadyInUseException.java 4
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DupilicateTripException.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DupilicateTripException.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DuplicateAliasNameException.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DuplicateAliasNameException.java 4
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DuplicateDeviceNameException.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DuplicateDeviceNameException.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DuplicateMobileNumberException.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DuplicateMobileNumberException.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DuplicateRegisterNumberException.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DuplicateRegisterNumberException.java 4
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DuplicateVehicleNameException.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DuplicateVehicleNameException.java 4
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low InvalidMailIdOrPasswordException.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low InvalidMailIdOrPasswordException.java 10
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LoginIDDoesNotMatchException.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low NullFieldsException.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low NullFieldsException.java 4
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PassworDoesNotMatchException.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripNameDuplicateException.java 3
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleExistsInTimeException.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleExistsInTimeException.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleInUseException.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleInUseException.java 4
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 7
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GenerateMapForm.java 87
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GeofenceForm.java 97
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GLatLng.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GLatLng.java 8
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GLatLng.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GLatLng.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GLatLng.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low GLatLng.java 25
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LogingpsForm.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsForm.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsForm.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsForm.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsForm.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsForm.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogingpsForm.java 77
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Account.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Account.java 193
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 168
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 180
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountDAO.java 191
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Accounts.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Accounts.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Accounts.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Accounts.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Accounts.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsDAO.java 126
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AccountsId.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AccountsId.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Address.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 145
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 157
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 161
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 165
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 169
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 173
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 193
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 197
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 201
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 205
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 209
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Address.java 213
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 190
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AddressDAO.java 201
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsdelivery.java 98
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsdeliveryDAO.java 157
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 147
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 155
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 159
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 171
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 175
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 179
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 183
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 187
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 191
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 195
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 199
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsentry.java 203
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 144
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 152
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 164
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsentryDAO.java 188
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Announcementsflag.java 80
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AnnouncementsflagDAO.java 143
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AutoPkSupport.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupport.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupport.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupport.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupport.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportDAO.java 127
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AutoPkSupportId.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BaseHibernateDAO.java 10
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 170
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 178
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsentry.java 182
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 171
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsentryDAO.java 182
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Blogsstatsuser.java 122
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BlogsstatsuserDAO.java 162
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 130
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 154
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksentry.java 162
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 113
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 137
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 141
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 166
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksentryDAO.java 177
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Bookmarksfolder.java 131
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BookmarksfolderDAO.java 162
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Browsertracker.java 57
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low BrowsertrackerDAO.java 136
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Calevent.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 147
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 155
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 159
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 171
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 175
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 179
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 183
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 187
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 191
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 195
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 199
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 203
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 207
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 211
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 215
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 219
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 223
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 227
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 231
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 235
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 239
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 243
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 247
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 251
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Calevent.java 255
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 120
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CaleventDAO.java 136
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TestDailyTripRepDAO.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestDailyTripRepDAO.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestDailyTripRepDAO.java 23
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TestDailyTripReport.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestDailyTripReport.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestDailyTripReport.java 24
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TestFuelReport.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestFuelReport.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestFuelReport.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 123
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestTripProcessDAO.java 149
Closing braces should appear on a new line Move the closing brace to the next line. Low geoMapFence.jsp 143
Closing braces should appear on a new line Move the closing brace to the next line. Low spotajax.jsp 24
Opening braces should not appear on a new line Move the opening brace to the previous line. Low spotajax.jsp 27
Opening braces should not appear on a new line Move the opening brace to the previous line. Low treeAlignment2.jsp 42
Closing braces should appear on a new line Move the closing brace to the next line. Low spotajax.jsp 24
Opening braces should not appear on a new line Move the opening brace to the previous line. Low spotajax.jsp 27
Opening braces should not appear on a new line Move the opening brace to the previous line. Low treeAlignment2.jsp 42
Opening braces should not appear on a new line Move the opening brace to the previous line. Low fenceNotification.jsp 113
Closing braces should appear on a new line Move the closing brace to the next line. Low searchTrip.jsp 63
 
Violation Recommendation Severity Resource Line
Extra semicolon Delete the extra semicolon. Low geoMapFence.jsp 99
 
Violation Recommendation Severity Resource Line
Use of space at start of line Use tabs to indent the source code. Low AlertSettingsAction.java 62
Use of space at start of line Use tabs to indent the source code. Low AlertSettingsAction.java 63
Use of space at start of line Use tabs to indent the source code. Low AlertSettingsAction.java 86
Use of space at start of line Use tabs to indent the source code. Low AlertSettingsAction.java 129
Use of space at start of line Use tabs to indent the source code. Low AlertSettingsAction.java 130
Use of tab character outside a literal Use spaces rather than tabs. Low AlertSettingsAction.java 227
Use of tab character outside a literal Use spaces rather than tabs. Low AutoCompleteAction.java 124
Use of space at start of line Use tabs to indent the source code. Low BaseAction.java 16
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 78
Use of tab character outside a literal Use spaces rather than tabs. Low CookieLoginAction.java 89
Use of tab character outside a literal Use spaces rather than tabs. Low CookieLoginAction.java 90
Use of tab character outside a literal Use spaces rather than tabs. Low CookieLoginAction.java 91
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 141
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 143
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 145
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 148
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 149
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 150
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 151
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 152
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 153
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 154
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 155
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 156
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 157
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 158
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 159
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 160
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 162
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 163
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 164
Use of tab character outside a literal Use spaces rather than tabs. Low CookieLoginAction.java 164
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 165
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 178
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 179
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 180
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 181
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 182
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 183
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 184
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 185
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 186
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 187
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 188
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 189
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 190
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 191
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 191
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 192
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 192
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 193
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 197
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 199
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 200
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 201
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 202
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 203
Use of space at start of line Use tabs to indent the source code. Low CookieLoginAction.java 203
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 113
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 114
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 114
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 115
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 115
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 116
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 116
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 117
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 117
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 118
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 118
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 119
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 119
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 121
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 121
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 122
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 122
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 123
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 123
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 130
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 132
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 133
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 133
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 134
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 134
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 135
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 146
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 151
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 152
Use of tab character outside a literal Use spaces rather than tabs. Low DeviceCRUDAction.java 152
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 153
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 154
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 156
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 156
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 157
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 157
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 158
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 158
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 159
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 160
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 160
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 162
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 162
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 164
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 164
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 169
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 170
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 172
Use of tab character outside a literal Use spaces rather than tabs. Low DeviceCRUDAction.java 172
Use of space at start of line Use tabs to indent the source code. Low DeviceCRUDAction.java 173
Use of tab character outside a literal Use spaces rather than tabs. Low FenceVehicleMapAction.java 76
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 102
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 104
Use of tab character outside a literal Use spaces rather than tabs. Low FenceVehicleMapAction.java 107
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 140
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 141
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 142
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 143
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 144
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 145
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 146
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 147
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 148
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 149
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 150
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 151
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 162
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 198
Use of space at start of line Use tabs to indent the source code. Low FenceVehicleMapAction.java 199
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 72
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 73
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 78
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 79
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 80
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 81
Use of tab character outside a literal Use spaces rather than tabs. Low GenerateMap.java 94
Use of tab character outside a literal Use spaces rather than tabs. Low GenerateMap.java 95
Use of tab character outside a literal Use spaces rather than tabs. Low GenerateMap.java 96
Use of tab character outside a literal Use spaces rather than tabs. Low GenerateMap.java 97
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 163
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 165
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 166
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 175
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 176
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 177
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 178
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 179
Use of tab character outside a literal Use spaces rather than tabs. Low GenerateMap.java 179
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 180
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 181
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 182
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 183
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 184
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 185
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 186
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 187
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 188
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 188
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 189
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 190
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 191
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 191
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 192
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 192
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 193
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 193
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 194
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 194
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 195
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 195
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 196
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 196
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 197
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 197
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 198
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 198
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 199
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 199
Use of space at start of line Use tabs to indent the source code. Low GenerateMap.java 200
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 77
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 78
Use of tab character outside a literal Use spaces rather than tabs. Low GeofenceAction.java 89
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 144
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 145
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 172
Use of tab character outside a literal Use spaces rather than tabs. Low GeofenceAction.java 291
Use of tab character outside a literal Use spaces rather than tabs. Low GeofenceAction.java 380
Use of tab character outside a literal Use spaces rather than tabs. Low GeofenceAction.java 987
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,004
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,014
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,015
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,016
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,017
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,018
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,018
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,019
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,020
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,021
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,022
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,023
Use of tab character outside a literal Use spaces rather than tabs. Low GeofenceAction.java 1,023
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,024
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,025
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,026
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,027
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,027
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,028
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,029
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,030
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,031
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,031
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,032
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,032
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,033
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,033
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,034
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,034
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,035
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,035
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,036
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,036
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,037
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,037
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,038
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,038
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,039
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,039
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,040
Use of space at start of line Use tabs to indent the source code. Low GeofenceAction.java 1,040
Use of space at start of line Use tabs to indent the source code. Low HeaderForwardAction.java 42
Use of tab character outside a literal Use spaces rather than tabs. Low HeaderForwardAction.java 54
Use of tab character outside a literal Use spaces rather than tabs. Low HeaderForwardAction.java 76
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayAction.java 40
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 72
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 73
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 77
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 78
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 79
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 80
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 81
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 86
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 87
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 88
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 89
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 90
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 91
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 92
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 93
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 94
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 95
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 96
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 107
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 108
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 109
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayAction.java 121
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 127
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 128
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 129
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 130
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 131
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 132
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 133
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 134
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 136
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 137
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 138
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 140
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 141
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 142
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 143
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 144
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 164
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 165
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 166
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 167
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 169
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 176
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 177
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 178
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 182
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 183
Use of space at start of line Use tabs to indent the source code. Low HolidayAction.java 184
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 106
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 111
Use of tab character outside a literal Use spaces rather than tabs. Low LogingpsAction.java 126
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 127
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 128
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 129
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 130
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 131
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 132
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 133
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 134
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 135
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 136
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 137
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 138
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 139
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 140
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 141
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 142
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 143
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 144
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 145
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 146
Use of tab character outside a literal Use spaces rather than tabs. Low LogingpsAction.java 150
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 152
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 153
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 154
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 155
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 155
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 156
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 157
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 159
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 160
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 161
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 161
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 162
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 163
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 163
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 164
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 165
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 165
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 166
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 167
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 167
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 168
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 169
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 170
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 171
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 172
Use of space at start of line Use tabs to indent the source code. Low LogingpsAction.java 173
Use of tab character outside a literal Use spaces rather than tabs. Low LogoutAction.java 41
Use of tab character outside a literal Use spaces rather than tabs. Low MessageHandler.java 442
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 86
Use of tab character outside a literal Use spaces rather than tabs. Low MLoginGpsAction.java 89
Use of tab character outside a literal Use spaces rather than tabs. Low MLoginGpsAction.java 90
Use of tab character outside a literal Use spaces rather than tabs. Low MLoginGpsAction.java 91
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 141
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 142
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 143
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 144
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 145
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 146
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 147
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 148
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 149
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 151
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 152
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 153
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 154
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 155
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 156
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 157
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 158
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 159
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 160
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 161
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 162
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 163
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 164
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 165
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 166
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 167
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 167
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 168
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 169
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 170
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 171
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 172
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 173
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 174
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 175
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 176
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 177
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 178
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 179
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 180
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 181
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 182
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 183
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 184
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 185
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsAction.java 186
Use of space at start of line Use tabs to indent the source code. Low RFIDAction.java 162
Use of tab character outside a literal Use spaces rather than tabs. Low RFIDAction.java 173
Use of tab character outside a literal Use spaces rather than tabs. Low RFIDAction.java 186
Use of tab character outside a literal Use spaces rather than tabs. Low RFIDAction.java 228
Use of tab character outside a literal Use spaces rather than tabs. Low RFIDAction.java 263
Use of space at start of line Use tabs to indent the source code. Low TemplateManager.java 234
Use of tab character outside a literal Use spaces rather than tabs. Low TemplateManager.java 234
Use of tab character outside a literal Use spaces rather than tabs. Low TemplateManager.java 247
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 45
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 154
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 155
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 156
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 157
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 158
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 159
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 160
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 161
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 162
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 163
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 164
Use of tab character outside a literal Use spaces rather than tabs. Low TripCrudAction.java 164
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 165
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 166
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 167
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 168
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 168
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 169
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 170
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 171
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 172
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 173
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 174
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 175
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 176
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 177
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 178
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 179
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 181
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 181
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 182
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 182
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 183
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 183
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 184
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 184
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 185
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 185
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 186
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 186
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 187
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 187
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 188
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 188
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 189
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 202
Use of tab character outside a literal Use spaces rather than tabs. Low TripCrudAction.java 202
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 204
Use of space at start of line Use tabs to indent the source code. Low TripCrudAction.java 206
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 166
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 225
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 242
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 243
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 254
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 255
Use of tab character outside a literal Use spaces rather than tabs. Low UserNotificationAction.java 255
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 256
Use of tab character outside a literal Use spaces rather than tabs. Low UserNotificationAction.java 256
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 257
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 258
Use of tab character outside a literal Use spaces rather than tabs. Low UserNotificationAction.java 258
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 259
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 260
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 261
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 262
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 263
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 264
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 265
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 266
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 267
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 268
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 269
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 270
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 271
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 272
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 273
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 274
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 275
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 276
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 277
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 279
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 280
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 281
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 282
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 283
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 284
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 285
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 286
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 287
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 288
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 289
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 290
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 291
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 292
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 293
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 294
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 295
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 296
Use of space at start of line Use tabs to indent the source code. Low UserNotificationAction.java 297
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 114
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 115
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 116
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 117
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 119
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 120
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 121
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 122
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 123
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 124
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 125
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 126
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 127
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 128
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 129
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 129
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 130
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 131
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 132
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 133
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 134
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 135
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 136
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 137
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 138
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 139
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 140
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 141
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 142
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 143
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 144
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 145
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 146
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 148
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 149
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 150
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 165
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 166
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 167
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 168
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 169
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 170
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 171
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 172
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 173
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 174
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 175
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 176
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 177
Use of space at start of line Use tabs to indent the source code. Low UserTripAction.java 187
Use of tab character outside a literal Use spaces rather than tabs. Low VehicleCRUDAction.java 167
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 176
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 178
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 179
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 180
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 189
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 190
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 195
Use of tab character outside a literal Use spaces rather than tabs. Low VehicleCRUDAction.java 195
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 197
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 198
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 199
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 200
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 201
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 202
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 202
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 203
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 204
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 205
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 206
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 207
Use of tab character outside a literal Use spaces rather than tabs. Low VehicleCRUDAction.java 208
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 218
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 219
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 227
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 228
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 229
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 230
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 249
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 250
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 260
Use of tab character outside a literal Use spaces rather than tabs. Low VehicleCRUDAction.java 261
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 263
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 264
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 264
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 265
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 265
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 266
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 266
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 267
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 267
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 268
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 268
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 269
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 269
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 270
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 270
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 271
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 271
Use of space at start of line Use tabs to indent the source code. Low VehicleCRUDAction.java 272
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 37
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 38
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 39
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 40
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 41
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 42
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 43
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 44
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 45
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 46
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 47
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 48
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 49
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 50
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 51
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 52
Use of space at start of line Use tabs to indent the source code. Low GpsSecurity.java 53
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 39
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 40
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 41
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 46
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 47
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 48
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 49
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 50
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 51
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 52
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 53
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 54
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 55
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 56
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 57
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 58
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 59
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 60
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 61
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 62
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 63
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 64
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 65
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 66
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 67
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 68
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 69
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 70
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 71
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 72
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 73
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 74
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 75
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 76
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 77
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 78
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 79
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 80
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 81
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 82
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 83
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 84
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 85
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 86
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 87
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 88
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 89
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 90
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 91
Use of space at start of line Use tabs to indent the source code. Low DailyTripRepDAO.java 92
Use of tab character outside a literal Use spaces rather than tabs. Low DeviceProcessDAO.java 59
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 64
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 65
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 65
Use of tab character outside a literal Use spaces rather than tabs. Low DeviceProcessDAO.java 65
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 66
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 66
Use of tab character outside a literal Use spaces rather than tabs. Low DeviceProcessDAO.java 66
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 67
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 67
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 68
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 69
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 70
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 71
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 76
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 77
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 78
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 80
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 81
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 82
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 84
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 86
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 87
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 93
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 98
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 100
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 121
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 122
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 151
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 186
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 188
Use of tab character outside a literal Use spaces rather than tabs. Low DeviceProcessDAO.java 196
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 204
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 205
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 209
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 210
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 214
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 215
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 219
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 220
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 225
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 227
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 235
Use of tab character outside a literal Use spaces rather than tabs. Low DeviceProcessDAO.java 240
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 242
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 259
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 260
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 261
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 262
Use of space at start of line Use tabs to indent the source code. Low DeviceProcessDAO.java 263
Use of tab character outside a literal Use spaces rather than tabs. Low FenceUsersDAO.java 190
Use of space at start of line Use tabs to indent the source code. Low FenceUsersDAO.java 282
Use of space at start of line Use tabs to indent the source code. Low FenceUsersDAO.java 283
Use of tab character outside a literal Use spaces rather than tabs. Low FenceUsersDAO.java 304
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 143
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 234
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 255
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 256
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 263
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 317
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 341
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 362
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 367
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 393
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 398
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 427
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 451
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 451
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 452
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 453
Use of tab character outside a literal Use spaces rather than tabs. Low GeofencingDAO.java 475
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 498
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 499
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 500
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 501
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 502
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 503
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 504
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 507
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 508
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 509
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 510
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 511
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 512
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 513
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 514
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 514
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 515
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 516
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 517
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 518
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 519
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 520
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 521
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 522
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 523
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 524
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 525
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 545
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 575
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 604
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 605
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 606
Use of space at start of line Use tabs to indent the source code. Low GeofencingDAO.java 607
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 36
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 37
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 38
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 39
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 40
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 51
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 51
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 53
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 53
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 53
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 53
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 54
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 55
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 56
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 57
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 58
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 58
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 61
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 61
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 66
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 68
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 70
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 70
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 75
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 78
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 82
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 82
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 84
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 84
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 84
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 84
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 85
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 86
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 87
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 88
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 89
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 89
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 91
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 93
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 93
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 98
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 100
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 102
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 102
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 107
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 114
Use of tab character outside a literal Use spaces rather than tabs. Low HolidayProcessDAO.java 114
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 115
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 116
Use of space at start of line Use tabs to indent the source code. Low HolidayProcessDAO.java 117
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsDAO.java 58
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsDAO.java 60
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsDAO.java 61
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsDAO.java 62
Use of space at start of line Use tabs to indent the source code. Low MLoginGpsDAO.java 81
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 39
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 40
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 42
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 46
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 50
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 51
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 52
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 53
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 54
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 55
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 59
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 60
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 62
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 63
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 64
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 65
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 66
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 67
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 68
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 69
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 70
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 71
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 74
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 75
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 76
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 78
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 79
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 80
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 81
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 82
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 83
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 84
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 86
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 87
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 88
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 89
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 90
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 91
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 92
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 93
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 94
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 95
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 96
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 97
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 98
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 99
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 100
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 101
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 102
Use of space at start of line Use tabs to indent the source code. Low ReportProcessDAO.java 103
Use of space at start of line Use tabs to indent the source code. Low RfHistoryDAO.java 28
Use of tab character outside a literal Use spaces rather than tabs. Low RfHistoryDAO.java 56
Use of tab character outside a literal Use spaces rather than tabs. Low RfHistoryDAO.java 98
Use of space at start of line Use tabs to indent the source code. Low RfHistoryDAO.java 106
Use of space at start of line Use tabs to indent the source code. Low RfHistoryDAO.java 109
Use of tab character outside a literal Use spaces rather than tabs. Low RfHistoryDAO.java 128
Use of space at start of line Use tabs to indent the source code. Low RfHistoryDAO.java 133
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 15
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 19
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 35
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 36
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 42
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 49
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 50
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 58
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 59
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 69
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 70
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 78
Use of space at start of line Use tabs to indent the source code. Low RoleProcessDAO.java 79
Use of tab character outside a literal Use spaces rather than tabs. Low SettingsDAO.java 51
Use of tab character outside a literal Use spaces rather than tabs. Low SettingsDAO.java 84
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 74
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 75
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 76
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 77
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 78
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 79
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 80
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 81
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 82
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 83
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 84
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 85
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 86
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 87
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 88
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 89
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 91
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 92
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 93
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 95
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 96
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 99
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 100
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 101
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 102
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 108
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 109
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 111
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 112
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 113
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 114
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 115
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 116
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 117
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 118
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 119
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 120
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 121
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 122
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 123
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 124
Use of space at start of line Use tabs to indent the source code. Low TripProcessDAO.java 125
Use of space at start of line Use tabs to indent the source code. Low GenerateMapTester.java 26
Use of space at start of line Use tabs to indent the source code. Low GenerateMapTester.java 27
Use of space at start of line Use tabs to indent the source code. Low GenerateMapTester.java 28
Use of space at start of line Use tabs to indent the source code. Low GenerateMapTester.java 29
Use of space at start of line Use tabs to indent the source code. Low GenerateMapTester.java 30
Use of space at start of line Use tabs to indent the source code. Low GenerateMapTester.java 31
Use of space at start of line Use tabs to indent the source code. Low GenerateMapTester.java 32
Use of space at start of line Use tabs to indent the source code. Low GenerateMapTester.java 33
Use of space at start of line Use tabs to indent the source code. Low GenerateMapTester.java 48
Use of space at start of line Use tabs to indent the source code. Low GenerateMapTester.java 49
Use of space at start of line Use tabs to indent the source code. Low GenerateMapTester.java 50
 
Violation Recommendation Severity Resource Line
Missing space after comma Insert the missing space. Low AlertSettingsAction.java 23
Missing space after comma Insert the missing space. Low AlertSettingsAction.java 23
Missing space after comma Insert the missing space. Low AlertSettingsAction.java 152
Missing space after comma Insert the missing space. Low AlertSettingsAction.java 152
Missing space after comma Insert the missing space. Low AlertSettingsAction.java 152
Missing space after comma Insert the missing space. Low AlertSettingsAction.java 158
Missing space after comma Insert the missing space. Low AlertSettingsAction.java 158
Missing space after comma Insert the missing space. Low AlertSettingsAction.java 158
Missing space after comma Insert the missing space. Low AutoCompleteAction.java 24
Missing space after comma Insert the missing space. Low AutoCompleteAction.java 24
Missing space after comma Insert the missing space. Low AutoCompleteAction.java 56
Missing space after comma Insert the missing space. Low AutoCompleteAction.java 92
Missing space after comma Insert the missing space. Low AutoCompleteAction.java 92
Missing space after comma Insert the missing space. Low AutoCompleteAction.java 92
Missing space after comma Insert the missing space. Low CookieLoginAction.java 44
Missing space after comma Insert the missing space. Low CookieLoginAction.java 44
Missing space after comma Insert the missing space. Low DeviceCRUDAction.java 43
Missing space after comma Insert the missing space. Low DeviceCRUDAction.java 43
Missing space after comma Insert the missing space. Low DeviceCRUDAction.java 172
Missing space after comma Insert the missing space. Low DeviceCRUDAction.java 172
Missing space after comma Insert the missing space. Low DeviceCRUDAction.java 172
Missing space after comma Insert the missing space. Low DeviceCRUDAction.java 172
Missing space after comma Insert the missing space. Low DeviceCRUDAction.java 172
Missing space after comma Insert the missing space. Low DeviceCRUDAction.java 172
Missing space after comma Insert the missing space. Low DeviceCRUDAction.java 211
Missing space after comma Insert the missing space. Low DeviceCRUDAction.java 256
Missing space after comma Insert the missing space. Low FenceVehicleMapAction.java 23
Missing space after comma Insert the missing space. Low GeofenceAction.java 54
Missing space after comma Insert the missing space. Low HeaderForwardAction.java 49
Missing space after comma Insert the missing space. Low HolidayAction.java 29
Missing space after comma Insert the missing space. Low HolidayAction.java 29
Missing space after comma Insert the missing space. Low HolidayAction.java 39
Missing space after comma Insert the missing space. Low HolidayAction.java 39
Missing space after comma Insert the missing space. Low HolidayAction.java 39
Missing space after comma Insert the missing space. Low HolidayAction.java 39
Missing space after comma Insert the missing space. Low HolidayAction.java 39
Missing space after comma Insert the missing space. Low HolidayAction.java 39
Missing space after comma Insert the missing space. Low HolidayAction.java 236
Missing space after comma Insert the missing space. Low HolidayAction.java 237
Missing space after comma Insert the missing space. Low LogingpsAction.java 41
Missing space after comma Insert the missing space. Low LogingpsAction.java 41
Missing space after comma Insert the missing space. Low LogingpsAction.java 41
Missing space after comma Insert the missing space. Low LogingpsAction.java 107
Missing space after comma Insert the missing space. Low LogingpsAction.java 107
Missing space after comma Insert the missing space. Low LogingpsAction.java 107
Missing space after comma Insert the missing space. Low LogingpsAction.java 150
Missing space after comma Insert the missing space. Low LogingpsAction.java 171
Missing space after comma Insert the missing space. Low LogingpsAction.java 171
Missing space after comma Insert the missing space. Low LogingpsAction.java 172
Missing space after comma Insert the missing space. Low LogingpsAction.java 172
Missing space after comma Insert the missing space. Low LogingpsAction.java 174
Missing space after comma Insert the missing space. Low LogingpsAction.java 174
Missing space after comma Insert the missing space. Low LogingpsAction.java 175
Missing space after comma Insert the missing space. Low LogingpsAction.java 176
Missing space after comma Insert the missing space. Low LogingpsAction.java 177
Missing space after comma Insert the missing space. Low MessageHandler.java 218
Missing space after comma Insert the missing space. Low MLoginGpsAction.java 42
Missing space after comma Insert the missing space. Low MLoginGpsAction.java 42
Missing space after comma Insert the missing space. Low RFIDAction.java 29
Missing space after comma Insert the missing space. Low RFIDAction.java 29
Missing space after comma Insert the missing space. Low RFIDAction.java 125
Missing space after comma Insert the missing space. Low RFIDAction.java 156
Missing space after comma Insert the missing space. Low UserNotificationAction.java 42
Missing space after comma Insert the missing space. Low UserNotificationAction.java 42
Missing space after comma Insert the missing space. Low UserTripAction.java 33
Missing space after comma Insert the missing space. Low UserTripAction.java 33
Missing space after comma Insert the missing space. Low VehicleCRUDAction.java 42
Missing space after comma Insert the missing space. Low VehicleCRUDAction.java 42
Missing space after comma Insert the missing space. Low VehicleCRUDAction.java 42
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 37
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 37
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 37
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 37
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 109
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 115
Missing space after comma Insert the missing space. Low DailyTripRepDAO.java 115
Missing space after comma Insert the missing space. Low DeviceProcessDAO.java 57
Missing space after comma Insert the missing space. Low DeviceProcessDAO.java 57
Missing space after comma Insert the missing space. Low DeviceProcessDAO.java 57
Missing space after comma Insert the missing space. Low DeviceProcessDAO.java 80
Missing space after comma Insert the missing space. Low DeviceProcessDAO.java 105
Missing space after comma Insert the missing space. Low DeviceProcessDAO.java 136
Missing space after comma Insert the missing space. Low FenceUsersDAO.java 36
Missing space after comma Insert the missing space. Low FenceUsersDAO.java 36
Missing space after comma Insert the missing space. Low FenceUsersDAO.java 36
Missing space after comma Insert the missing space. Low FenceUsersDAO.java 58
Missing space after comma Insert the missing space. Low FenceUsersDAO.java 58
Missing space after comma Insert the missing space. Low GeofencingDAO.java 50
Missing space after comma Insert the missing space. Low GeofencingDAO.java 50
Missing space after comma Insert the missing space. Low GeofencingDAO.java 59
Missing space after comma Insert the missing space. Low GeofencingDAO.java 89
Missing space after comma Insert the missing space. Low GeofencingDAO.java 145
Missing space after comma Insert the missing space. Low GeofencingDAO.java 168
Missing space after comma Insert the missing space. Low GeofencingDAO.java 180
Missing space after comma Insert the missing space. Low GeofencingDAO.java 180
Missing space after comma Insert the missing space. Low LoginGpsDAO.java 35
Missing space after comma Insert the missing space. Low MLoginGpsDAO.java 72
Missing space after comma Insert the missing space. Low ReportProcessDAO.java 44
Missing space after comma Insert the missing space. Low ReportProcessDAO.java 44
Missing space after comma Insert the missing space. Low ReportProcessDAO.java 44
Missing space after comma Insert the missing space. Low ReportProcessDAO.java 107
Missing space after comma Insert the missing space. Low ReportProcessDAO.java 122
Missing space after comma Insert the missing space. Low ReportProcessDAO.java 122
Missing space after comma Insert the missing space. Low ReportProcessDAO.java 122
Missing space after comma Insert the missing space. Low ReportSummaryDAO.java 14
Missing space after comma Insert the missing space. Low ReportSummaryDAO.java 29
Missing space after comma Insert the missing space. Low RfHistoryDAO.java 41
Missing space after comma Insert the missing space. Low RfHistoryDAO.java 41
Missing space after comma Insert the missing space. Low RfHistoryDAO.java 41
Missing space after comma Insert the missing space. Low RfHistoryDAO.java 41
Missing space after comma Insert the missing space. Low RfHistoryDAO.java 67
Missing space after comma Insert the missing space. Low RfHistoryDAO.java 67
Missing space after comma Insert the missing space. Low RfHistoryDAO.java 90
Missing space after comma Insert the missing space. Low RfHistoryDAO.java 90
Missing space after comma Insert the missing space. Low RfHistoryDAO.java 120
Missing space after comma Insert the missing space. Low RfHistoryDAO.java 120
Missing space after comma Insert the missing space. Low UserNotificationDAO.java 40
Missing space after comma Insert the missing space. Low UserNotificationDAO.java 40
Missing space after comma Insert the missing space. Low UserNotificationDAO.java 40
Missing space after comma Insert the missing space. Low UserNotificationDAO.java 40
Missing space after comma Insert the missing space. Low UserNotificationDAO.java 69
Missing space after comma Insert the missing space. Low UserNotificationDAO.java 94
Missing space after comma Insert the missing space. Low UserProcessDAO.java 62
Missing space after comma Insert the missing space. Low UserProcessDAO.java 91
Missing space after comma Insert the missing space. Low UserProcessDAO.java 103
Missing space after comma Insert the missing space. Low UserProcessDAO.java 103
Missing space after comma Insert the missing space. Low UserProcessDAO.java 103
Missing space after comma Insert the missing space. Low UserProcessDAO.java 123
Missing space after comma Insert the missing space. Low UserTripDAO.java 69
Missing space after comma Insert the missing space. Low VehicleFenceDAO.java 57
Missing space after comma Insert the missing space. Low VehicleFenceReportDAO.java 15
Missing space after comma Insert the missing space. Low VehicleProcessDAO.java 90
Missing space after comma Insert the missing space. Low VehicleProcessDAO.java 137
Missing space after comma Insert the missing space. Low VehicleProcessDAO.java 137
Missing space after comma Insert the missing space. Low VehicleProcessDAO.java 166
Missing space after comma Insert the missing space. Low VehicleProcessDAO.java 189
Missing space after comma Insert the missing space. Low VehicleProcessDAO.java 189
Missing space after comma Insert the missing space. Low VehicleProcessDAO.java 189
Missing space after comma Insert the missing space. Low VehicleProcessDAO.java 189
Missing space after comma Insert the missing space. Low VehicleProcessDAO.java 189
Missing space after comma Insert the missing space. Low VehicleProcessDAO.java 189
Missing space after comma Insert the missing space. Low DistParamsDTO.java 20
Missing space after comma Insert the missing space. Low DistParamsDTO.java 21
Missing space after comma Insert the missing space. Low DistParamsDTO.java 21
Missing space after comma Insert the missing space. Low DistParamsDTO.java 32
Missing space after comma Insert the missing space. Low DistParamsDTO.java 33
Missing space after comma Insert the missing space. Low DistParamsDTO.java 43
Missing space after comma Insert the missing space. Low DistParamsDTO.java 63
Missing space after comma Insert the missing space. Low DistParamsDTO.java 64
Missing space after comma Insert the missing space. Low DistParamsDTO.java 64
Missing space after comma Insert the missing space. Low FuelFilter.java 19
Missing space after comma Insert the missing space. Low Packet.java 12
Missing space after comma Insert the missing space. Low Packet.java 12
Missing space after comma Insert the missing space. Low RFIDInfoHistoryDTO.java 17
Missing space after comma Insert the missing space. Low RFIDInfoHistoryDTO.java 17
Extra space before comma Delete the space before the comma. Low RFIDInfoHistoryDTO.java 18
Missing space after comma Insert the missing space. Low RFIDInfoHistoryDTO.java 18
Missing space after comma Insert the missing space. Low SpeedParamDTO.java 21
Missing space after comma Insert the missing space. Low SpeedParamDTO.java 21
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 82
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 121
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 323
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 324
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 324
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 324
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 324
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 324
Missing space after comma Insert the missing space. Low TripByVehicleDTO.java 324
Missing space after comma Insert the missing space. Low TripDistanceDTO.java 27
Missing space after comma Insert the missing space. Low TripDistanceDTO.java 61
Missing space after comma Insert the missing space. Low GLatLng.java 8
Missing space after comma Insert the missing space. Low TestDailyTripRepDAO.java 25
Missing space after comma Insert the missing space. Low TestDailyTripReport.java 26
Missing space after comma Insert the missing space. Low TestFuelReport.java 28
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 28
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 33
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 38
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 49
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 49
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 54
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 54
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 79
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 87
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 87
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 94
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 100
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 100
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 112
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 118
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 119
Missing space after comma Insert the missing space. Low TestTripProcessDAO.java 154
 
Violation Recommendation Severity Resource Line
Missing space after cast Insert the missing space. Low AlertSettingsAction.java 54
Missing space after cast Insert the missing space. Low AlertSettingsAction.java 99
Missing space after cast Insert the missing space. Low AlertSettingsAction.java 140
Missing space after cast Insert the missing space. Low DeviceCRUDAction.java 116
Missing space after cast Insert the missing space. Low DeviceCRUDAction.java 195
Missing space after cast Insert the missing space. Low FenceVehicleMapAction.java 181
Missing space after cast Insert the missing space. Low GeofenceAction.java 100
Missing space after cast Insert the missing space. Low GeofenceAction.java 127
Missing space after cast Insert the missing space. Low HolidayAction.java 72
Missing space after cast Insert the missing space. Low HolidayAction.java 165
Missing space after cast Insert the missing space. Low HolidayAction.java 260
Missing space after cast Insert the missing space. Low LogingpsAction.java 127
Missing space after cast Insert the missing space. Low LogingpsAction.java 160
Missing space after cast Insert the missing space. Low LogingpsAction.java 161
Missing space after cast Insert the missing space. Low LogingpsAction.java 162
Missing space after cast Insert the missing space. Low LogingpsAction.java 163
Missing space after cast Insert the missing space. Low LogingpsAction.java 164
Missing space after cast Insert the missing space. Low LogingpsAction.java 165
Missing space after cast Insert the missing space. Low LogingpsAction.java 166
Missing space after cast Insert the missing space. Low LogingpsAction.java 167
Missing space after cast Insert the missing space. Low RFIDAction.java 57
Missing space after cast Insert the missing space. Low RFIDAction.java 99
Missing space after cast Insert the missing space. Low RFIDAction.java 150
Missing space after cast Insert the missing space. Low DailyTripRepDAO.java 99
Missing space after cast Insert the missing space. Low DailyTripRepDAO.java 100
Missing space after cast Insert the missing space. Low DailyTripRepDAO.java 100
Missing space after cast Insert the missing space. Low DailyTripRepDAO.java 100
Missing space after cast Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after cast Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after cast Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after cast Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after cast Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after cast Insert the missing space. Low MLoginGpsDAO.java 87
Missing space after cast Insert the missing space. Low RoleProcessDAO.java 35
Missing space after cast Insert the missing space. Low UserProcessDAO.java 63
Missing space after cast Insert the missing space. Low UserProcessDAO.java 92
Missing space after cast Insert the missing space. Low VehicleProcessDAO.java 104
Missing space after cast Insert the missing space. Low TestDailyTripReport.java 26
Missing space after cast Insert the missing space. Low TestTripProcessDAO.java 64
Missing space after cast Insert the missing space. Low TestTripProcessDAO.java 71
 
Violation Recommendation Severity Resource Line
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low RFIDAction.java 238
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low DailyTripRepDAO.java 98
 
Violation Recommendation Severity Resource Line
Don't use Integer.toString() in an internationalized environment Replace with a call to NumberFormat.format(). Low AutoCompleteAction.java 61
Don't use Integer.toString() in an internationalized environment Replace with a call to NumberFormat.format(). Low DeviceCRUDAction.java 214
Don't use Integer.toString() in an internationalized environment Replace with a call to NumberFormat.format(). Low DeviceCRUDAction.java 255
Don't use Integer.toString() in an internationalized environment Replace with a call to NumberFormat.format(). Low FenceVehicleMapAction.java 134
Don't use Long.toString() in an internationalized environment Replace with a call to NumberFormat.format(). Low FenceUsersDAO.java 151
Don't use Long.toString() in an internationalized environment Replace with a call to NumberFormat.format(). Low FenceUsersDAO.java 152
Don''t use Date.toString() in an internationalized environment Replace with a call to DateFormat.format(). Low FenceUsersDAO.java 183
Don''t use Date.toString() in an internationalized environment Replace with a call to DateFormat.format(). Low FenceUsersDAO.java 188
 
Violation Recommendation Severity Resource Line
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 65
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 65
Missing space before operator ">" Insert the missing space. Low AlertSettingsAction.java 66
Missing space after operator ">" Insert the missing space. Low AlertSettingsAction.java 66
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 69
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 69
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 75
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 75
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 102
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 102
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 102
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 102
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 102
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 102
Missing space before operator "!=" Insert the missing space. Low AlertSettingsAction.java 105
Missing space after operator "!=" Insert the missing space. Low AlertSettingsAction.java 105
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 109
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 109
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 109
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 109
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 109
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 109
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 149
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 149
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 150
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 150
Missing space before operator "==" Insert the missing space. Low AlertSettingsAction.java 168
Missing space after operator "==" Insert the missing space. Low AlertSettingsAction.java 168
Missing space before operator "<" Insert the missing space. Low AlertSettingsAction.java 176
Missing space after operator "<" Insert the missing space. Low AlertSettingsAction.java 176
Missing space before operator "-" Insert the missing space. Low AlertSettingsAction.java 176
Missing space after operator "-" Insert the missing space. Low AlertSettingsAction.java 176
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 183
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 183
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space before operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space after operator "+" Insert the missing space. Low AlertSettingsAction.java 184
Missing space before operator "+" Insert the missing space. Low AutoCompleteAction.java 49
Missing space after operator "+" Insert the missing space. Low AutoCompleteAction.java 49
Missing space before operator "+" Insert the missing space. Low AutoCompleteAction.java 55
Missing space after operator "+" Insert the missing space. Low AutoCompleteAction.java 55
Missing space before operator "+" Insert the missing space. Low AutoCompleteAction.java 55
Missing space after operator "+" Insert the missing space. Low AutoCompleteAction.java 55
Missing space before operator "+" Insert the missing space. Low AutoCompleteAction.java 55
Missing space after operator "+" Insert the missing space. Low AutoCompleteAction.java 55
Missing space before operator "<" Insert the missing space. Low AutoCompleteAction.java 59
Missing space after operator "<" Insert the missing space. Low AutoCompleteAction.java 59
Missing space before operator "!=" Insert the missing space. Low AutoCompleteAction.java 64
Missing space after operator "!=" Insert the missing space. Low AutoCompleteAction.java 64
Missing space before operator "+" Insert the missing space. Low AutoCompleteAction.java 65
Missing space after operator "+" Insert the missing space. Low AutoCompleteAction.java 65
Missing space before operator "+" Insert the missing space. Low AutoCompleteAction.java 91
Missing space after operator "+" Insert the missing space. Low AutoCompleteAction.java 91
Missing space before operator "+" Insert the missing space. Low AutoCompleteAction.java 91
Missing space after operator "+" Insert the missing space. Low AutoCompleteAction.java 91
Missing space before operator "+" Insert the missing space. Low CookieLoginAction.java 152
Missing space before operator "==" Insert the missing space. Low DeviceCRUDAction.java 155
Missing space after operator "==" Insert the missing space. Low DeviceCRUDAction.java 155
Missing space before operator "!=" Insert the missing space. Low FenceVehicleMapAction.java 100
Missing space after operator "!=" Insert the missing space. Low FenceVehicleMapAction.java 100
Missing space before operator "<" Insert the missing space. Low FenceVehicleMapAction.java 102
Missing space after operator "<" Insert the missing space. Low FenceVehicleMapAction.java 102
Missing space before operator "!=" Insert the missing space. Low FenceVehicleMapAction.java 137
Missing space after operator "!=" Insert the missing space. Low FenceVehicleMapAction.java 137
Missing space before operator "<" Insert the missing space. Low FenceVehicleMapAction.java 141
Missing space after operator "<" Insert the missing space. Low FenceVehicleMapAction.java 141
Missing space before operator ">" Insert the missing space. Low FenceVehicleMapAction.java 154
Missing space after operator ">" Insert the missing space. Low FenceVehicleMapAction.java 154
Missing space before operator "<" Insert the missing space. Low FenceVehicleMapAction.java 156
Missing space after operator "<" Insert the missing space. Low FenceVehicleMapAction.java 156
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 185
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 185
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 191
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 191
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 192
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 192
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 198
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 198
Missing space before operator ">" Insert the missing space. Low FenceVehicleMapAction.java 200
Missing space after operator ">" Insert the missing space. Low FenceVehicleMapAction.java 200
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space before operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space after operator "+" Insert the missing space. Low FenceVehicleMapAction.java 204
Missing space before operator "<" Insert the missing space. Low FenceVehicleMapAction.java 205
Missing space after operator "<" Insert the missing space. Low FenceVehicleMapAction.java 205
Missing space after operator "+" Insert the missing space. Low GeofenceAction.java 101
Missing space before operator "+" Insert the missing space. Low GeofenceAction.java 131
Missing space after operator "+" Insert the missing space. Low GeofenceAction.java 131
Missing space before operator "+" Insert the missing space. Low GeofenceAction.java 137
Missing space after operator "+" Insert the missing space. Low GeofenceAction.java 137
Missing space before operator "+" Insert the missing space. Low GeofenceAction.java 138
Missing space after operator "+" Insert the missing space. Low GeofenceAction.java 138
Missing space before operator "+" Insert the missing space. Low HolidayAction.java 87
Missing space after operator "+" Insert the missing space. Low HolidayAction.java 87
Missing space before operator "+" Insert the missing space. Low HolidayAction.java 87
Missing space after operator "+" Insert the missing space. Low HolidayAction.java 87
Missing space before operator "+" Insert the missing space. Low HolidayAction.java 87
Missing space after operator "+" Insert the missing space. Low HolidayAction.java 87
Missing space before operator "==" Insert the missing space. Low HolidayAction.java 88
Missing space after operator "==" Insert the missing space. Low HolidayAction.java 88
Missing space before operator "!=" Insert the missing space. Low HolidayAction.java 104
Missing space after operator "!=" Insert the missing space. Low HolidayAction.java 104
Missing space before operator "==" Insert the missing space. Low HolidayAction.java 112
Missing space after operator "==" Insert the missing space. Low HolidayAction.java 112
Missing space before operator "==" Insert the missing space. Low HolidayAction.java 127
Missing space after operator "==" Insert the missing space. Low HolidayAction.java 127
Missing space before operator "<" Insert the missing space. Low HolidayAction.java 130
Missing space after operator "<" Insert the missing space. Low HolidayAction.java 130
Missing space before operator "==" Insert the missing space. Low HolidayAction.java 136
Missing space after operator "==" Insert the missing space. Low HolidayAction.java 136
Missing space before operator "+" Insert the missing space. Low HolidayAction.java 167
Missing space after operator "+" Insert the missing space. Low HolidayAction.java 167
Missing space before operator "+" Insert the missing space. Low HolidayAction.java 167
Missing space after operator "+" Insert the missing space. Low HolidayAction.java 167
Missing space before operator "+" Insert the missing space. Low HolidayAction.java 167
Missing space after operator "+" Insert the missing space. Low HolidayAction.java 167
Missing space before operator "==" Insert the missing space. Low HolidayAction.java 176
Missing space after operator "==" Insert the missing space. Low HolidayAction.java 176
Missing space before operator ">" Insert the missing space. Low HolidayAction.java 189
Missing space after operator ">" Insert the missing space. Low HolidayAction.java 189
Missing space before operator "!=" Insert the missing space. Low HolidayAction.java 193
Missing space after operator "!=" Insert the missing space. Low HolidayAction.java 193
Missing space before operator "!=" Insert the missing space. Low HolidayAction.java 226
Missing space after operator "!=" Insert the missing space. Low HolidayAction.java 226
Missing space before operator ">" Insert the missing space. Low HolidayAction.java 227
Missing space after operator ">" Insert the missing space. Low HolidayAction.java 227
Missing space before operator "!=" Insert the missing space. Low HolidayAction.java 231
Missing space after operator "!=" Insert the missing space. Low HolidayAction.java 231
Missing space before operator "+" Insert the missing space. Low HolidayAction.java 239
Missing space after operator "+" Insert the missing space. Low HolidayAction.java 239
Missing space before operator "!=" Insert the missing space. Low LogingpsAction.java 160
Missing space after operator "!=" Insert the missing space. Low LogingpsAction.java 160
Missing space before operator "!=" Insert the missing space. Low LogingpsAction.java 162
Missing space after operator "!=" Insert the missing space. Low LogingpsAction.java 162
Missing space before operator "!=" Insert the missing space. Low LogingpsAction.java 164
Missing space after operator "!=" Insert the missing space. Low LogingpsAction.java 164
Missing space before operator "!=" Insert the missing space. Low LogingpsAction.java 166
Missing space after operator "!=" Insert the missing space. Low LogingpsAction.java 166
Missing space before operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space after operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space before operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space after operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space before operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space after operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space before operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space after operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space before operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space after operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space before operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space after operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space before operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space after operator "+" Insert the missing space. Low LogingpsAction.java 168
Missing space before operator "+" Insert the missing space. Low MessageHandler.java 112
Missing space after operator "+" Insert the missing space. Low MessageHandler.java 112
Missing space before operator "+" Insert the missing space. Low MessageHandler.java 112
Missing space after operator "+" Insert the missing space. Low MessageHandler.java 112
Missing space before operator "+" Insert the missing space. Low MessageHandler.java 112
Missing space after operator "+" Insert the missing space. Low MessageHandler.java 112
Missing space before operator "+" Insert the missing space. Low MessageHandler.java 153
Missing space after operator "+" Insert the missing space. Low MessageHandler.java 153
Missing space before operator "+" Insert the missing space. Low MessageHandler.java 153
Missing space after operator "+" Insert the missing space. Low MessageHandler.java 153
Missing space before operator "+" Insert the missing space. Low MessageHandler.java 153
Missing space after operator "+" Insert the missing space. Low MessageHandler.java 153
Missing space before operator "==" Insert the missing space. Low MessageHandler.java 154
Missing space after operator "==" Insert the missing space. Low MessageHandler.java 154
Missing space before operator "-" Insert the missing space. Low MessageHandler.java 194
Missing space after operator "-" Insert the missing space. Low MessageHandler.java 194
Missing space before operator "+" Insert the missing space. Low MessageHandler.java 199
Missing space after operator "+" Insert the missing space. Low MessageHandler.java 199
Missing space before operator "+" Insert the missing space. Low MessageHandler.java 214
Missing space after operator "+" Insert the missing space. Low MessageHandler.java 214
Missing space before operator "!=" Insert the missing space. Low MessageHandler.java 248
Missing space after operator "!=" Insert the missing space. Low MessageHandler.java 248
Missing space before operator "+" Insert the missing space. Low MLoginGpsAction.java 146
Missing space after operator "+" Insert the missing space. Low MLoginGpsAction.java 146
Missing space before operator "+" Insert the missing space. Low MLoginGpsAction.java 146
Missing space after operator "+" Insert the missing space. Low MLoginGpsAction.java 146
Missing space before operator "+" Insert the missing space. Low MLoginGpsAction.java 146
Missing space after operator "+" Insert the missing space. Low MLoginGpsAction.java 146
Missing space before operator "+" Insert the missing space. Low MLoginGpsAction.java 146
Missing space after operator "+" Insert the missing space. Low MLoginGpsAction.java 146
Missing space before operator "+" Insert the missing space. Low MLoginGpsAction.java 146
Missing space before operator "+" Insert the missing space. Low MLoginGpsAction.java 146
Missing space after operator "+" Insert the missing space. Low MLoginGpsAction.java 146
Missing space before operator "+" Insert the missing space. Low MLoginGpsAction.java 167
Missing space after operator "+" Insert the missing space. Low MLoginGpsAction.java 167
Missing space before operator "+" Insert the missing space. Low MLoginGpsAction.java 172
Missing space before operator "/" Insert the missing space. Low RFIDAction.java 77
Missing space after operator "/" Insert the missing space. Low RFIDAction.java 77
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 101
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 101
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 102
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 102
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 124
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 124
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 124
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 124
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 168
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 168
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 168
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 168
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 168
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 168
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 168
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 168
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 168
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 168
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 193
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 193
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 193
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 193
Missing space before operator "+" Insert the missing space. Low RFIDAction.java 193
Missing space after operator "+" Insert the missing space. Low RFIDAction.java 193
Missing space before operator ">=" Insert the missing space. Low RFIDAction.java 244
Missing space after operator ">=" Insert the missing space. Low RFIDAction.java 244
Missing space before operator "<=" Insert the missing space. Low RFIDAction.java 244
Missing space after operator "<=" Insert the missing space. Low RFIDAction.java 244
Missing space before operator "+" Insert the missing space. Low TemplateManager.java 268
Missing space after operator "+" Insert the missing space. Low TemplateManager.java 268
Missing space before operator "+" Insert the missing space. Low TemplateManager.java 268
Missing space after operator "+" Insert the missing space. Low TemplateManager.java 268
Missing space before operator "<" Insert the missing space. Low GpsSecurity.java 155
Missing space after operator "<" Insert the missing space. Low GpsSecurity.java 155
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 67
Missing space before operator "!=" Insert the missing space. Low DailyTripRepDAO.java 76
Missing space after operator "!=" Insert the missing space. Low DailyTripRepDAO.java 76
Missing space before operator "!=" Insert the missing space. Low DailyTripRepDAO.java 76
Missing space after operator "!=" Insert the missing space. Low DailyTripRepDAO.java 76
Missing space before operator "!=" Insert the missing space. Low DailyTripRepDAO.java 76
Missing space after operator "!=" Insert the missing space. Low DailyTripRepDAO.java 76
Missing space before operator "!=" Insert the missing space. Low DailyTripRepDAO.java 81
Missing space after operator "!=" Insert the missing space. Low DailyTripRepDAO.java 81
Missing space before operator "!=" Insert the missing space. Low DailyTripRepDAO.java 81
Missing space after operator "!=" Insert the missing space. Low DailyTripRepDAO.java 81
Missing space before operator "!=" Insert the missing space. Low DailyTripRepDAO.java 83
Missing space after operator "!=" Insert the missing space. Low DailyTripRepDAO.java 83
Missing space before operator "!=" Insert the missing space. Low DailyTripRepDAO.java 83
Missing space after operator "!=" Insert the missing space. Low DailyTripRepDAO.java 83
Missing space before operator "!=" Insert the missing space. Low DailyTripRepDAO.java 95
Missing space after operator "!=" Insert the missing space. Low DailyTripRepDAO.java 95
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 96
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 96
Missing space before operator ">" Insert the missing space. Low DailyTripRepDAO.java 100
Missing space after operator ">" Insert the missing space. Low DailyTripRepDAO.java 100
Missing space before operator ">" Insert the missing space. Low DailyTripRepDAO.java 100
Missing space after operator ">" Insert the missing space. Low DailyTripRepDAO.java 100
Missing space before operator "*" Insert the missing space. Low DailyTripRepDAO.java 100
Missing space after operator "*" Insert the missing space. Low DailyTripRepDAO.java 100
Missing space before operator ">" Insert the missing space. Low DailyTripRepDAO.java 100
Missing space after operator ">" Insert the missing space. Low DailyTripRepDAO.java 100
Missing space before operator "*" Insert the missing space. Low DailyTripRepDAO.java 101
Missing space after operator "*" Insert the missing space. Low DailyTripRepDAO.java 101
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 107
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 107
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 134
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 134
Missing space before operator "+" Insert the missing space. Low DailyTripRepDAO.java 134
Missing space after operator "+" Insert the missing space. Low DailyTripRepDAO.java 134
Missing space before operator "+" Insert the missing space. Low DeviceProcessDAO.java 81
Missing space after operator "+" Insert the missing space. Low DeviceProcessDAO.java 81
Missing space before operator "!=" Insert the missing space. Low DeviceProcessDAO.java 117
Missing space after operator "!=" Insert the missing space. Low DeviceProcessDAO.java 117
Missing space before operator "+" Insert the missing space. Low DeviceProcessDAO.java 122
Missing space after operator "+" Insert the missing space. Low DeviceProcessDAO.java 122
Missing space before operator "+" Insert the missing space. Low DeviceProcessDAO.java 122
Missing space after operator "+" Insert the missing space. Low DeviceProcessDAO.java 122
Missing space after operator "+" Insert the missing space. Low DeviceProcessDAO.java 131
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 22
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 26
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 26
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 45
Missing space before operator "<" Insert the missing space. Low FenceUsersDAO.java 47
Missing space after operator "<" Insert the missing space. Low FenceUsersDAO.java 47
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 48
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 48
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 48
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 48
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 74
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 74
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 74
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 74
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 74
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 74
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 83
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 83
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 83
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 83
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 86
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 86
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 105
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 105
Missing space before operator "+" Insert the missing space. Low FenceUsersDAO.java 105
Missing space after operator "+" Insert the missing space. Low FenceUsersDAO.java 105
Missing space before operator "<" Insert the missing space. Low FenceUsersDAO.java 106
Missing space after operator "<" Insert the missing space. Low FenceUsersDAO.java 106
Missing space before operator "+" Insert the missing space. Low GeofencingDAO.java 116
Missing space after operator "+" Insert the missing space. Low GeofencingDAO.java 116
Missing space before operator "+" Insert the missing space. Low GeofencingDAO.java 116
Missing space after operator "+" Insert the missing space. Low GeofencingDAO.java 116
Missing space before operator "+" Insert the missing space. Low GeofencingDAO.java 177
Missing space before operator "+" Insert the missing space. Low GeofencingDAO.java 178
Missing space before operator "+" Insert the missing space. Low GeofencingDAO.java 201
Missing space after operator "+" Insert the missing space. Low GeofencingDAO.java 201
Missing space before operator "+" Insert the missing space. Low GeofencingDAO.java 210
Missing space after operator "+" Insert the missing space. Low GeofencingDAO.java 210
Missing space before operator "+" Insert the missing space. Low LoginGpsDAO.java 40
Missing space after operator "+" Insert the missing space. Low LoginGpsDAO.java 40
Missing space before operator "+" Insert the missing space. Low LoginGpsDAO.java 40
Missing space after operator "+" Insert the missing space. Low LoginGpsDAO.java 40
Missing space before operator "+" Insert the missing space. Low LoginGpsDAO.java 47
Missing space after operator "+" Insert the missing space. Low LoginGpsDAO.java 47
Missing space before operator "+" Insert the missing space. Low LoginGpsDAO.java 47
Missing space after operator "+" Insert the missing space. Low LoginGpsDAO.java 47
Missing space before operator "+" Insert the missing space. Low LoginGpsDAO.java 47
Missing space after operator "+" Insert the missing space. Low LoginGpsDAO.java 47
Missing space before operator "+" Insert the missing space. Low LoginGpsDAO.java 49
Missing space after operator "+" Insert the missing space. Low LoginGpsDAO.java 49
Missing space before operator "+" Insert the missing space. Low MessagesDAO.java 45
Missing space after operator "+" Insert the missing space. Low MessagesDAO.java 45
Missing space before operator "+" Insert the missing space. Low MLoginGpsDAO.java 86
Missing space after operator "+" Insert the missing space. Low MLoginGpsDAO.java 86
Missing space before operator "+" Insert the missing space. Low MLoginGpsDAO.java 86
Missing space after operator "+" Insert the missing space. Low MLoginGpsDAO.java 86
Missing space before operator "+" Insert the missing space. Low MLoginGpsDAO.java 97
Missing space after operator "+" Insert the missing space. Low MLoginGpsDAO.java 97
Missing space before operator "+" Insert the missing space. Low MLoginGpsDAO.java 102
Missing space after operator "+" Insert the missing space. Low MLoginGpsDAO.java 102
Missing space before operator "+" Insert the missing space. Low MLoginGpsDAO.java 102
Missing space after operator "+" Insert the missing space. Low MLoginGpsDAO.java 102
Missing space before operator "+" Insert the missing space. Low MLoginGpsDAO.java 102
Missing space after operator "+" Insert the missing space. Low MLoginGpsDAO.java 102
Missing space before operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space after operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space before operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space after operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space before operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space after operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space before operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space after operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space before operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space after operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space before operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space after operator "+" Insert the missing space. Low ReportProcessDAO.java 61
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 65
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 65
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 65
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 65
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 65
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 65
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 70
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 70
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 70
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 70
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 79
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 79
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 79
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 79
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 81
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 81
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 81
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 81
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 89
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 89
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 89
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 89
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 94
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 94
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 94
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 94
Missing space before operator "!=" Insert the missing space. Low ReportProcessDAO.java 100
Missing space after operator "!=" Insert the missing space. Low ReportProcessDAO.java 100
Missing space before operator "==" Insert the missing space. Low ReportProcessDAO.java 100
Missing space after operator "==" Insert the missing space. Low ReportProcessDAO.java 100
Missing space before operator "+" Insert the missing space. Low ReportProcessDAO.java 117
Missing space after operator "+" Insert the missing space. Low ReportProcessDAO.java 117
Missing space before operator "+" Insert the missing space. Low ReportProcessDAO.java 117
Missing space after operator "+" Insert the missing space. Low ReportProcessDAO.java 117
Missing space before operator "+" Insert the missing space. Low ReportProcessDAO.java 118
Missing space after operator "+" Insert the missing space. Low ReportProcessDAO.java 118
Missing space before operator "+" Insert the missing space. Low ReportProcessDAO.java 118
Missing space after operator "+" Insert the missing space. Low ReportProcessDAO.java 118
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 19
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 23
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 23
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 34
Missing space before operator "+" Insert the missing space. Low ReportSummaryDAO.java 38
Missing space after operator "+" Insert the missing space. Low ReportSummaryDAO.java 38
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 26
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 26
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 26
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 26
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 26
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 26
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 26
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 26
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 26
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 26
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 27
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 50
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space before operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space after operator "+" Insert the missing space. Low RfHistoryDAO.java 52
Missing space before operator ">" Insert the missing space. Low RoleProcessDAO.java 26
Missing space after operator ">" Insert the missing space. Low RoleProcessDAO.java 26
Missing space before operator "+" Insert the missing space. Low RoleProcessDAO.java 36
Missing space after operator "+" Insert the missing space. Low RoleProcessDAO.java 36
Missing space before operator "+" Insert the missing space. Low SettingsDAO.java 35
Missing space after operator "+" Insert the missing space. Low SettingsDAO.java 35
Missing space before operator "+" Insert the missing space. Low SettingsDAO.java 72
Missing space after operator "+" Insert the missing space. Low SettingsDAO.java 72
Missing space before operator "+" Insert the missing space. Low SettingsDAO.java 72
Missing space after operator "+" Insert the missing space. Low SettingsDAO.java 72
Missing space before operator "+" Insert the missing space. Low SettingsDAO.java 72
Missing space after operator "+" Insert the missing space. Low SettingsDAO.java 72
Missing space before operator ">" Insert the missing space. Low SettingsDAO.java 76
Missing space after operator ">" Insert the missing space. Low SettingsDAO.java 76
Missing space before operator "+" Insert the missing space. Low UserNotificationDAO.java 44
Missing space after operator "+" Insert the missing space. Low UserNotificationDAO.java 44
Missing space before operator "+" Insert the missing space. Low UserNotificationDAO.java 62
Missing space after operator "+" Insert the missing space. Low UserNotificationDAO.java 62
Missing space before operator "+" Insert the missing space. Low UserNotificationDAO.java 66
Missing space after operator "+" Insert the missing space. Low UserNotificationDAO.java 66
Missing space before operator "+" Insert the missing space. Low UserNotificationDAO.java 95
Missing space after operator "+" Insert the missing space. Low UserNotificationDAO.java 95
Missing space before operator "+" Insert the missing space. Low UserNotificationDAO.java 140
Missing space after operator "+" Insert the missing space. Low UserNotificationDAO.java 140
Missing space before operator "+" Insert the missing space. Low UserNotificationDAO.java 143
Missing space after operator "+" Insert the missing space. Low UserNotificationDAO.java 143
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 34
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 34
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 93
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 93
Missing space before operator "!=" Insert the missing space. Low UserProcessDAO.java 108
Missing space after operator "!=" Insert the missing space. Low UserProcessDAO.java 108
Missing space before operator "!=" Insert the missing space. Low UserProcessDAO.java 108
Missing space after operator "!=" Insert the missing space. Low UserProcessDAO.java 108
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 109
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 111
Missing space before operator "!=" Insert the missing space. Low UserProcessDAO.java 112
Missing space after operator "!=" Insert the missing space. Low UserProcessDAO.java 112
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space before operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space after operator "+" Insert the missing space. Low UserProcessDAO.java 113
Missing space before operator "+" Insert the missing space. Low UserTripDAO.java 70
Missing space after operator "+" Insert the missing space. Low UserTripDAO.java 70
Missing space before operator "<" Insert the missing space. Low UserTripDAO.java 71
Missing space after operator "<" Insert the missing space. Low UserTripDAO.java 71
Missing space before operator "+" Insert the missing space. Low VehicleFenceDAO.java 39
Missing space after operator "+" Insert the missing space. Low VehicleFenceDAO.java 39
Missing space before operator "!=" Insert the missing space. Low VehicleFenceDAO.java 42
Missing space after operator "!=" Insert the missing space. Low VehicleFenceDAO.java 42
Missing space before operator "+" Insert the missing space. Low VehicleFenceDAO.java 86
Missing space after operator "+" Insert the missing space. Low VehicleFenceDAO.java 86
Missing space before operator "+" Insert the missing space. Low VehicleFenceDAO.java 110
Missing space after operator "+" Insert the missing space. Low VehicleFenceDAO.java 110
Missing space before operator "+" Insert the missing space. Low VehicleFenceDAO.java 110
Missing space after operator "+" Insert the missing space. Low VehicleFenceDAO.java 110
Missing space before operator "+" Insert the missing space. Low VehicleFenceDAO.java 110
Missing space after operator "+" Insert the missing space. Low VehicleFenceDAO.java 110
Missing space before operator "+" Insert the missing space. Low VehicleFenceDAO.java 136
Missing space after operator "+" Insert the missing space. Low VehicleFenceDAO.java 136
Missing space before operator "+" Insert the missing space. Low VehicleFenceDAO.java 136
Missing space after operator "+" Insert the missing space. Low VehicleFenceDAO.java 136
Missing space before operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space after operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space before operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space after operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space before operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space after operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space before operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space after operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space before operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space after operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space before operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space after operator "+" Insert the missing space. Low VehicleFenceReportDAO.java 20
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 53
Missing space before operator "==" Insert the missing space. Low VehicleProcessDAO.java 79
Missing space after operator "==" Insert the missing space. Low VehicleProcessDAO.java 79
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 104
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 104
Missing space before operator "-" Insert the missing space. Low VehicleProcessDAO.java 109
Missing space after operator "-" Insert the missing space. Low VehicleProcessDAO.java 109
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 116
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 116
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 124
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 124
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 124
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 124
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 125
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 125
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 167
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 167
Missing space before operator "!=" Insert the missing space. Low VehicleProcessDAO.java 209
Missing space after operator "!=" Insert the missing space. Low VehicleProcessDAO.java 209
Missing space before operator ">" Insert the missing space. Low VehicleProcessDAO.java 209
Missing space after operator ">" Insert the missing space. Low VehicleProcessDAO.java 209
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 213
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 213
Missing space before operator "!=" Insert the missing space. Low VehicleProcessDAO.java 219
Missing space after operator "!=" Insert the missing space. Low VehicleProcessDAO.java 219
Missing space before operator ">" Insert the missing space. Low VehicleProcessDAO.java 219
Missing space after operator ">" Insert the missing space. Low VehicleProcessDAO.java 219
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 223
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 223
Missing space before operator "!=" Insert the missing space. Low VehicleProcessDAO.java 228
Missing space after operator "!=" Insert the missing space. Low VehicleProcessDAO.java 228
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 230
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 230
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 230
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 230
Missing space before operator "!=" Insert the missing space. Low VehicleProcessDAO.java 236
Missing space after operator "!=" Insert the missing space. Low VehicleProcessDAO.java 236
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 238
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 238
Missing space before operator "+" Insert the missing space. Low VehicleProcessDAO.java 238
Missing space after operator "+" Insert the missing space. Low VehicleProcessDAO.java 238
Missing space before operator "*" Insert the missing space. Low SpeedParamDTO.java 70
Missing space after operator "*" Insert the missing space. Low SpeedParamDTO.java 70
Missing space before operator "<=" Insert the missing space. Low SpeedParamDTO.java 71
Missing space after operator "<=" Insert the missing space. Low SpeedParamDTO.java 71
Missing space before operator "*" Insert the missing space. Low TripDistanceDTO.java 186
Missing space after operator "*" Insert the missing space. Low TripDistanceDTO.java 186
Missing space before operator "<=" Insert the missing space. Low TripDistanceDTO.java 187
Missing space after operator "<=" Insert the missing space. Low TripDistanceDTO.java 187
 
Violation Recommendation Severity Resource Line
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low AlertSettingsAction.java 57
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low AlertSettingsAction.java 144
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low AlertSettingsAction.java 182
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low AlertSettingsAction.java 199
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low DeviceCRUDAction.java 145
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low DeviceCRUDAction.java 148
Don''t use String.compareTo() in an internationalized environment Replace with a call to Collator.compare(). Low RFIDAction.java 244
Don''t use String.compareTo() in an internationalized environment Replace with a call to Collator.compare(). Low RFIDAction.java 244
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low FenceUsersDAO.java 180
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low MLoginGpsDAO.java 88
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low MLoginGpsDAO.java 101
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low RoleProcessDAO.java 51
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low RoleProcessDAO.java 71
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low UserProcessDAO.java 108
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low UserProcessDAO.java 108
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low UserProcessDAO.java 110
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low UserProcessDAO.java 112
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low VehicleProcessDAO.java 228
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low VehicleProcessDAO.java 236
Don''t use String.equals() in an internationalized environment Replace with a call to Collator.equals(). Low AutoPkSupportId.java 57
Generated at 9/11/14 6:53 AM Powered by CodePro Server